public final class PList.PListIterator extends Object implements Iterator<PListEntry>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
PListEntry |
next() |
void |
release() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<PListEntry>
public PListEntry next()
next
in interface Iterator<PListEntry>
public void remove()
remove
in interface Iterator<PListEntry>
public void release()
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.