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

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

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

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