public class LazyDocumentMap.FieldNameList
extends java.util.AbstractList
Constructor and Description |
---|
FieldNameList(java.util.List fieldList)
Constructor for the FieldNameList object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(int i)
Gets a field name String at the given position
|
protected java.util.List |
getFieldList() |
int |
size()
Number of Fields in the Document
|
java.lang.String |
toString() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public FieldNameList(java.util.List fieldList)
fieldList
- A List of Fieldsprotected java.util.List getFieldList()
public java.lang.String toString()
toString
in class java.util.AbstractCollection
public java.lang.Object get(int i)
get
in interface java.util.List
get
in class java.util.AbstractList
i
- Postionpublic int size()
size
in interface java.util.Collection
size
in interface java.util.List
size
in class java.util.AbstractCollection