Uses of Class
eu.bandm.tools.util.java.Collections.MapBuilder
Packages that use Collections.MapBuilder
Package
Description
Models positions in documents and across documents.
-
Uses of Collections.MapBuilder in eu.bandm.tools.location
Subclasses of Collections.MapBuilder in eu.bandm.tools.locationMethod parameters in eu.bandm.tools.location with type arguments of type Collections.MapBuilderModifier and TypeMethodDescriptionstatic <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Consumer<? super LocationTree.Builder<D, T>> branching) static <D,T> LocationTree <D, T> LocationTree.of(String mainDescription, @Opt Location<D> location, T subject, Consumer<? super Collections.MapBuilder<String, Object>> parameters, Supplier<LocationTree<D, T>> content) -
Uses of Collections.MapBuilder in eu.bandm.tools.util.java
Methods in eu.bandm.tools.util.java that return Collections.MapBuilderModifier and TypeMethodDescriptionAdds an entry for a new key.static <A,B> Collections.MapBuilder <A, B> Collections.literalMap(A a, B b) Starts the incremental creation of a map with one entry.Adds or overwrites an entry.Method parameters in eu.bandm.tools.util.java with type arguments of type Collections.MapBuilderModifier and TypeMethodDescriptionstatic <K,V> Map <K, V> Collections.buildMap(Consumer<? super Collections.MapBuilder<K, V>> initializer) Builds a map using the given initializer.