JUtil

Uses of Interface
net.cscott.jutil.InvertibleMap

Uses of InvertibleMap in net.cscott.jutil
 

Subinterfaces of InvertibleMap in net.cscott.jutil
 interface InvertibleMultiMap<K,V>
          An InvertibleMultiMap is an extension of the MultiMap interface to allow users to do reverse lookups on the mappings maintained.
 

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


JUtil

Copyright (c) 2006 C. Scott Ananian