Uses of Class
org.docx4j.com.google.common.collect.HashBiMap
Packages that use HashBiMap
-
Uses of HashBiMap in org.docx4j.com.google.common.collect
Methods in org.docx4j.com.google.common.collect that return HashBiMapModifier and TypeMethodDescriptionstatic <K,V> HashBiMap<K, V> HashBiMap.create()Returns a new, emptyHashBiMapwith the default initial capacity (16).static <K,V> HashBiMap<K, V> HashBiMap.create(int expectedSize) Constructs a new, empty bimap with the specified expected size.static <K,V> HashBiMap<K, V> Constructs a new bimap containing initial values frommap.