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

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

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

Methods in edu.rice.cs.plt.collect that return IndexedRelation
static
<T1,T2> IndexedRelation<T1,T2>
IndexedRelation.makeHashBased()
          Make an IndexedRelation indexed by HashMaps and HashSets.
static
<T1,T2> IndexedRelation<T1,T2>
IndexedRelation.makeLinkedHashBased()
          Make an IndexedRelation indexed by LinkedHashMaps and LinkedHashSets.
static
<T1 extends Comparable<? super T1>,T2 extends Comparable<? super T2>>
IndexedRelation<T1,T2>
IndexedRelation.makeTreeBased()
          Make an IndexedRelation indexed by TreeMaps and TreeSets.