public class ZoneMembers extends Object implements Iterator<AssetElement>, 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.
|
AssetElement |
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<AssetElement>public AssetElement next()
next in interface Iterator<AssetElement>public void remove()
remove in interface Iterator<AssetElement>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.