public class LazyDocumentMap.FieldValuesList
extends java.util.AbstractList
| Constructor and Description |
|---|
FieldValuesList() |
FieldValuesList(org.apache.lucene.document.Document myDoc,
LazyDocumentMap.FieldNameList fieldNameList)
Constructor for the FieldValuesList object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int i)
Gets a field values String at the given position
|
java.util.Map.Entry |
getAllValues(java.lang.String fieldName)
Gets a field values String for the given field.
|
int |
size()
Number of field values in the Document
|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic FieldValuesList(org.apache.lucene.document.Document myDoc,
LazyDocumentMap.FieldNameList fieldNameList)
myDoc - Lucene Documentpublic FieldValuesList()
public java.lang.Object get(int i)
get in interface java.util.Listget in class java.util.AbstractListi - Postionpublic java.util.Map.Entry getAllValues(java.lang.String fieldName)
fieldName - Field namepublic int size()
size in interface java.util.Collectionsize in interface java.util.Listsize in class java.util.AbstractCollection