Uses of Class
edu.rice.cs.plt.collect.AbstractKeyBasedMap

Packages that use AbstractKeyBasedMap
edu.rice.cs.plt.collect Contains general-purpose extensions to and variations on the java.util collections framework. 
 

Uses of AbstractKeyBasedMap in edu.rice.cs.plt.collect
 

Subclasses of AbstractKeyBasedMap in edu.rice.cs.plt.collect
 class ComposedMap<K,X,V>
          The transitive composition of two maps, lazily constructed and dynamically-updated.
 class DictionaryMap<K,V>
          A map wrapping a Dictionary object.
 class MappedMap<K,X,V>
          A map whose value set is translated by a mapping lambda.
 class SingletonMap<K,V>
          An immutable LambdaMap containing a single entry.
 class UnionMap<K,V>
          A lazily-constructed and dynamically-updated union of two maps.