public class BasicFieldList extends BasicList<Field> implements FieldList
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicFieldList.BasicFieldIterator |
BasicList.BasicIterator, BasicList.ObjectComparator, BasicList.WrappedComparator| Modifier and Type | Field and Description |
|---|---|
(package private) NodeManager |
nodemanager |
modCount| Constructor and Description |
|---|
BasicFieldList() |
BasicFieldList(Collection c,
NodeManager nodemanager) |
| Modifier and Type | Method and Description |
|---|---|
protected Field |
convert(Object o)
converts the object in the list to the excpected format
|
FieldIterator |
fieldIterator()
Returns an type-specific iterator for this list.
|
Field |
getField(int index)
Returns the Field at the indicated postion in the list
|
add, convert, convertAll, get, getProperties, getProperty, remove, set, setProperty, size, sort, sort, subList, toArrayadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProperties, getProperty, setProperty, sort, sort, subListadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, spliterator, toArray, toArrayparallelStream, removeIf, streamNodeManager nodemanager
public BasicFieldList()
public BasicFieldList(Collection c, NodeManager nodemanager)
protected Field convert(Object o)
BasicListpublic Field getField(int index)
FieldListpublic FieldIterator fieldIterator()
FieldListfieldIterator in interface FieldListMMBase 1.9-SNAPSHOT - ${javadoctimestamp}