ELEMENTTYPE - The type of object to iteratepublic interface IIterableIterator<ELEMENTTYPE> extends Iterable<ELEMENTTYPE>, Iterator<ELEMENTTYPE>
Iterator and Iterable for
simpler usage of iterators in the new Java 1.5 "for" constructs.| Modifier and Type | Method and Description |
|---|---|
ELEMENTTYPE |
next() |
forEach, iterator, spliteratorforEachRemaining, hasNext, removeELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>null or non-null.Copyright © 2014–2016 Philip Helger. All rights reserved.