public final class XMLDocReader.VocabUiLabelsCollection
extends java.util.AbstractCollection
Modifier and Type | Class and Description |
---|---|
class |
XMLDocReader.VocabUiLabelsCollection.VocabUiLabelsIterator
The Iterator
|
Constructor and Description |
---|
VocabUiLabelsCollection(java.lang.String fieldId,
java.lang.String[] valueIds,
java.lang.String metadataFormat)
Constructor for the VocabUiLabelsCollection object
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
iterator()
The iterator over the UI labels
|
int |
size()
The number of items in this collection
|
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public VocabUiLabelsCollection(java.lang.String fieldId, java.lang.String[] valueIds, java.lang.String metadataFormat)
fieldId
- A vocab field ID, for example 'gr'valueIds
- Vocab value IDs, for example 07, 04, 05metadataFormat
- The metadata format, for example 'adn'public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in class java.util.AbstractCollection
public int size()
size
in interface java.util.Collection
size
in class java.util.AbstractCollection