Uses of Interface
edu.rice.cs.plt.collect.RelationIndex

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

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

Classes in edu.rice.cs.plt.collect that implement RelationIndex
 class ConcreteRelationIndex<K,V>
          A RelationIndex implementation that maintains concrete data structures to index the contents of the relation.
 class LazyRelationIndex<K,V>
          A RelationIndex implementation defined lazily in terms of the contents of a dynamic list of pairs.