Uses of Class
org.onemind.commons.java.datastructure.BiMap

Packages that use BiMap
org.onemind.commons.java.datastructure   
 

Uses of BiMap in org.onemind.commons.java.datastructure
 

Fields in org.onemind.commons.java.datastructure declared as BiMap
private  BiMap BiMap._inverse
          the inverse
 

Methods in org.onemind.commons.java.datastructure that return BiMap
 BiMap BiMap.getInverse()
          Get the inverse bimap
 

Constructors in org.onemind.commons.java.datastructure with parameters of type BiMap
BiMap(BiMap inverse)
          Constructor