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, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<ClientEntry>
public ClientEntry next()
next
in interface Iterator<ClientEntry>
public void remove()
remove
in interface Iterator<ClientEntry>
Copyright © 2017. All rights reserved.