public final class XMLDocReader.VocabUiLabelsCollection.VocabUiLabelsIterator
extends java.lang.Object
implements java.util.Iterator
Constructor and Description |
---|
VocabUiLabelsIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
True if more items availble
|
java.lang.Object |
next()
Gets the next UI label in the collection.
|
void |
remove()
This method is not supported.
|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator
java.util.NoSuchElementException
- If no more items are availablepublic void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
- Thrown if this method is called.