JUtil

Uses of Interface
net.cscott.jutil.InvertibleMultiMap

Uses of InvertibleMultiMap in net.cscott.jutil
 

Classes in net.cscott.jutil that implement InvertibleMultiMap
 class GenericInvertibleMultiMap<K,V>
          GenericInvertibleMultiMap is a default implementation of InvertibleMultiMap.
 

Methods in net.cscott.jutil that return InvertibleMultiMap
 InvertibleMultiMap<V,K> InvertibleMultiMap.invert()
          Returns a inverted view of this.
 InvertibleMultiMap<V,K> GenericInvertibleMultiMap.invert()
          Returns an unmodifiable inverted view of this.
 


JUtil

Copyright (c) 2006 C. Scott Ananian