Class Map
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_collection.Map
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.util.Map<java.lang.Object,java.lang.Object>>
public class Map extends java.lang.Object implements java.util.function.LongFunction<java.util.Map<java.lang.Object,java.lang.Object>>Create aMapfrom a long input based on three functions, the first to determine the map size, and the second to populate the map with key objects, and the third to populate the map with value objects. The long input fed to the second and third functions is incremented between entries. To directly create Maps with key and value Strings using the same mapping functions, simply useStringMapinstead.
-
-
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.Object,java.lang.Object>apply(long value)
-