Uses of Class
org.apache.juneau.commons.collections.BidiMap.Builder
Packages that use BidiMap.Builder
Package
Description
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
-
Uses of BidiMap.Builder in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections that return BidiMap.BuilderModifier and TypeMethodDescriptionAdds a key-value pair to this map.static <K,V> BidiMap.Builder<K, V> BidiMap.create()Creates a new builder for this class.BidiMap.Builder.unmodifiable()Makes the resulting map unmodifiable.Constructors in org.apache.juneau.commons.collections with parameters of type BidiMap.Builder