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

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

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

Methods in edu.rice.cs.plt.iter that return SkipLastIterator
 SkipLastIterator<T> SkipLastIterable.iterator()
           
static
<T> SkipLastIterator<T>
SkipLastIterator.make(Iterator<? extends T> i)
          Call the constructor (allows T to be inferred)