public final class PList.PListIterator extends java.lang.Object implements java.util.Iterator<PListEntry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PListEntry |
next() |
void |
release() |
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<PListEntry>public PListEntry next()
next in interface java.util.Iterator<PListEntry>public void remove()
remove in interface java.util.Iterator<PListEntry>public void release()
Copyright © 2005-2012. All Rights Reserved.