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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.Iterableiterator in interface java.util.Collectioniterator in class java.util.AbstractCollectionpublic int size()
size in interface java.util.Collectionsize in class java.util.AbstractCollection