public class ImmutableFragments.FragmentsIterator extends Object implements Iterator<ImmutableFragment>
| Constructor and Description |
|---|
FragmentsIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ImmutableFragment |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ImmutableFragment>public ImmutableFragment next()
next in interface Iterator<ImmutableFragment>public void remove()
remove in interface Iterator<ImmutableFragment>Copyright © 2017. All rights reserved.