Uses of Interface
org.wymiwyg.commons.util.collections.BidiMap

Packages that use BidiMap
org.wymiwyg.commons.util.collections   
 

Uses of BidiMap in org.wymiwyg.commons.util.collections
 

Classes in org.wymiwyg.commons.util.collections that implement BidiMap
 class BidiMapImpl<K,V>
           
 

Methods in org.wymiwyg.commons.util.collections that return BidiMap
 BidiMap<V,K> BidiMapImpl.inverse()
           
 BidiMap<V,K> BidiMap.inverse()
          returns an inverted version of this map, the inverted map reference to the same entries, subsequent changes to either of the map affect both.
 



Copyright © 2011. All Rights Reserved.