Uses of Class
cloud.opencode.base.core.collect.OpenCollections.MapBuilder
Packages that use OpenCollections.MapBuilder
Package
Description
Collection utilities and enhanced collection types.
-
Uses of OpenCollections.MapBuilder in cloud.opencode.base.core.collect
Methods in cloud.opencode.base.core.collect that return OpenCollections.MapBuilderModifier and TypeMethodDescriptionstatic <K,V> OpenCollections.MapBuilder <K, V> OpenCollections.mapBuilder()Creates a newOpenCollections.MapBuilderwith default initial capacity.Puts a key-value pair into this builder.Puts all entries from the given map into this builder.