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

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

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

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