Uses of Class
edu.rice.cs.plt.iter.PermutationIterator

Packages that use PermutationIterator
edu.rice.cs.plt.iter A collection of implementations of Iterable and Iterator
 

Uses of PermutationIterator in edu.rice.cs.plt.iter
 

Methods in edu.rice.cs.plt.iter that return PermutationIterator
 PermutationIterator<T> PermutationIterable.iterator()
           
static
<T> PermutationIterator<T>
PermutationIterator.make(Iterable<? extends T> original)
          Call the constructor (allows T to be inferred)