|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection org.dlese.dpc.index.reader.XMLDocReader.VocabUiLabelsCollection
public final class XMLDocReader.VocabUiLabelsCollection
A collection of user interface labels derived from vocabulary field/value IDs.
Nested Class Summary | |
---|---|
class |
XMLDocReader.VocabUiLabelsCollection.VocabUiLabelsIterator
The Iterator |
Constructor Summary | |
---|---|
XMLDocReader.VocabUiLabelsCollection(String fieldId,
String[] valueIds,
String metadataFormat)
Constructor for the VocabUiLabelsCollection object |
Method Summary | |
---|---|
Iterator |
iterator()
The iterator over the UI labels |
int |
size()
The number of items in this collection |
Methods inherited from class java.util.AbstractCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Constructor Detail |
---|
public XMLDocReader.VocabUiLabelsCollection(String fieldId, String[] valueIds, 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'Method Detail |
---|
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in class AbstractCollection
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |