@Deprecated public class EntryIterator extends Object implements Iterator<ClientEntry>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Deprecated.
Returns true if more entries are available.
|
ClientEntry |
next()
Deprecated.
Get next entry in collection.
|
void |
remove()
Deprecated.
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 © 2023. All rights reserved.