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

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

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

Fields in edu.rice.cs.plt.iter declared as EmptyIterator
static EmptyIterator<Void> EmptyIterator.INSTANCE
           
 

Methods in edu.rice.cs.plt.iter that return EmptyIterator
 EmptyIterator<T> EmptyIterable.iterator()
           
static
<T> EmptyIterator<T>
EmptyIterator.make()
          Return a singleton, cast to the appropriate type.