|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
SkipFirstIterable.make(Iterable<T> iterable)
Call the constructor (allows T to be inferred) |
|
static
|
IterUtil.skipFirst(Iterable<T> iter)
Produce an iterable that skips the first element of iter (if it exists) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||