Uses of Class
org.onemind.commons.java.datastructure.BiMap
-
Packages that use BiMap Package Description org.onemind.commons.java.datastructure -
-
Uses of BiMap in org.onemind.commons.java.datastructure
Fields in org.onemind.commons.java.datastructure declared as BiMap Modifier and Type Field Description private BiMap
BiMap. _inverse
the inverseMethods in org.onemind.commons.java.datastructure that return BiMap Modifier and Type Method Description BiMap
BiMap. getInverse()
Get the inverse bimapConstructors in org.onemind.commons.java.datastructure with parameters of type BiMap Constructor Description BiMap(BiMap inverse)
Constructor
-