Uses of Interface
ru.progrm_jarvis.javacommons.collection.MapFiller
Packages that use MapFiller
-
Uses of MapFiller in ru.progrm_jarvis.javacommons.collection
Classes in ru.progrm_jarvis.javacommons.collection that implement MapFillerModifier and TypeClassDescriptionstatic final classAn utility-object to fill the map following the chain pattern which may useful when initializing class fields.Methods in ru.progrm_jarvis.javacommons.collection that return MapFillerModifier and TypeMethodDescriptionFills the map with the values of specifiedIterable.Fills the map based on the specifiedIterator.Fills the map based on the specifiedStream.Fills the map with the values of specified array.Fills the map with the values of specifiedIterable.Fills the map based on the specifiedIterator.Fills the map based on the specifiedStream.Fills the map with the values of specified array.MapFiller.fillOrdered(@NonNull Stream<@NotNull ? extends Pair<K, V>> entries) Fills the map based on the specifiedStreamkeeping order.MapFiller.SimpleMapFiller.fillOrdered(@NonNull Stream<@NotNull ? extends Pair<K, V>> entries) static <K,V> MapFiller<K, V> Creates new map filler from the map specified.static <K,V> MapFiller<K, V> Creates new map filler from the map specified initialized with the value specified.Puts the specified value by the specified key to the map.Puts the specified value by the specified key to the map.