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

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

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

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