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

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

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

Methods in edu.rice.cs.plt.iter that return SkipFirstIterable
static
<T> SkipFirstIterable<T>
SkipFirstIterable.make(Iterable<T> iterable)
          Call the constructor (allows T to be inferred)
static
<T> SkipFirstIterable<T>
IterUtil.skipFirst(Iterable<T> iter)
          Produce an iterable that skips the first element of iter (if it exists)