public class ZoneMembers extends Object implements Iterator<AssetSummary>, Serializable
| Constructor and Description |
|---|
ZoneMembers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
The iterator can only be used once to step through the elements.
|
AssetSummary |
next()
Return the next element in the iteration.
|
void |
remove()
Remove the current element in the iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<AssetSummary>public AssetSummary next()
next in interface Iterator<AssetSummary>public void remove()
remove in interface Iterator<AssetSummary>Copyright © 2018–2020 ODPi. All rights reserved.