|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.plovr.util.IterablesUtil
public final class IterablesUtil
IterablesUtil
has methods that are not available in
Iterables
.
Method Summary | ||
---|---|---|
static
|
getFirst(java.lang.Iterable<T> iterable)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T getFirst(java.lang.Iterable<T> iterable)
java.util.NoSuchElementException
- if the Iterator
returned by
iterable is empty.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |