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

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

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

Methods in edu.rice.cs.plt.collect that return UnindexedRelation
static
<T1,T2> UnindexedRelation<T1,T2>
UnindexedRelation.makeHashBased()
          Make an UnindexedRelation wrapping a HashSet.
static
<T1,T2> UnindexedRelation<T1,T2>
UnindexedRelation.makeLinkedHashBased()
          Make an UnindexedRelation wrapping a LinkedHashSet.
static
<T1 extends Comparable<? super T1>,T2 extends Comparable<? super T2>>
UnindexedRelation<T1,T2>
UnindexedRelation.makeTreeBased()
          Make an UnindexedRelation wrapping a TreeSet.