Uses of Class
me.sbasalaev.collection.Map.Builder
Packages that use Map.Builder
-
Uses of Map.Builder in me.sbasalaev.collection
Methods in me.sbasalaev.collection that return Map.BuilderModifier and TypeMethodDescriptionAdds entry to the map being built.Adds entry to the map being built.static <K,V> Map.Builder <K, V> Map.build()Builds map from given entries.