protected class RemoteAddressListImpl.AddressIterator extends Object implements Iterator<RemoteAddressImpl>
| Modifier and Type | Field and Description |
|---|---|
protected int |
curr |
protected int |
currentSize |
| Modifier | Constructor and Description |
|---|---|
protected |
AddressIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
RemoteAddressImpl |
next() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic void reset()
public boolean hasNext()
hasNext in interface Iterator<RemoteAddressImpl>public RemoteAddressImpl next()
next in interface Iterator<RemoteAddressImpl>Copyright © 2017–2018 camunda services GmbH. All rights reserved.