Package org.dlese.dpc.index.reader
Class XMLDocReader.VocabUiLabelsCollection.VocabUiLabelsIterator
java.lang.Object
org.dlese.dpc.index.reader.XMLDocReader.VocabUiLabelsCollection.VocabUiLabelsIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
XMLDocReader.VocabUiLabelsCollection
public final class XMLDocReader.VocabUiLabelsCollection.VocabUiLabelsIterator
extends Object
implements Iterator
The Iterator
- Author:
- John Weatherley
-
Constructor Details
-
VocabUiLabelsIterator
public VocabUiLabelsIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()True if more items availble -
next
Gets the next UI label in the collection. If the UI label can not be determined using the vocab manager, the vocab ID will be returned unchanged.- Specified by:
nextin interfaceIterator- Returns:
- The next UI lable in the collection
- Throws:
NoSuchElementException- If no more items are available
-
remove
This method is not supported.- Specified by:
removein interfaceIterator- Throws:
UnsupportedOperationException- Thrown if this method is called.
-