public class EntryIterator extends Object implements Iterator<ClientEntry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns true if more entries are available.
|
ClientEntry |
next()
Get next entry in collection.
|
void |
remove()
Remove entry is not implemented.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<ClientEntry>public ClientEntry next()
next in interface Iterator<ClientEntry>public void remove()
remove in interface Iterator<ClientEntry>Copyright © 2016. All rights reserved.