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

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

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

Methods in edu.rice.cs.plt.iter that return SingletonIterator
 SingletonIterator<T> SingletonIterable.iterator()
           
static
<T> SingletonIterator<T>
SingletonIterator.make(T element)
          Call the constructor (allows T to be inferred)