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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic FieldNameList(java.util.List fieldList)
fieldList - A List of Fieldsprotected java.util.List getFieldList()
public java.lang.String toString()
toString in class java.util.AbstractCollectionpublic java.lang.Object get(int i)
get in interface java.util.Listget in class java.util.AbstractListi - Postionpublic int size()
size in interface java.util.Collectionsize in interface java.util.Listsize in class java.util.AbstractCollection