Package io.writeopia.sdk.utils.iterables
Object MapOperations
-
- All Implemented Interfaces:
public class MapOperations
-
-
Field Summary
Fields Modifier and Type Field Description public final static MapOperationsINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> Map<Integer, T>mergeSortedMaps(Map<Integer, T> originalMap, Map<Integer, T> newMap, Function0<T> addInBetween)final <T extends Any> Map<Integer, T>addElementInPosition(Map<Integer, T> originalMap, T element, T addInBetween, Integer position)
-