static class BridgeCollections.EmptyRelationList extends BridgeCollections.EmptyBridgeList<Relation> implements RelationList
modCount| Constructor and Description |
|---|
EmptyRelationList() |
| Modifier and Type | Method and Description |
|---|---|
Relation |
getRelation(int index)
Returns the Relation at the indicated postion in the list
|
protected Object |
readResolve() |
RelationIterator |
relationIterator()
Returns an type-specific iterator for this list.
|
RelationList |
subRelationList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
contains, get, getProperties, getProperty, setProperty, size, sort, sort, subListadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, 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, streampublic Relation getRelation(int index)
RelationListgetRelation in interface RelationListindex - the position of the Relation to retrievepublic RelationIterator relationIterator()
RelationListrelationIterator in interface RelationListpublic RelationList subRelationList(int fromIndex, int toIndex)
RelationListsubRelationList in interface RelationListfromIndex - the position in the current list where the sublist starts (inclusive)toIndex - the position in the current list where the sublist ends (exclusive)protected Object readResolve()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}