static class BridgeCollections.UnmodifiableRelationList extends BridgeCollections.UnmodifiableBridgeList<Relation> implements RelationList
c, parent| Constructor and Description |
|---|
UnmodifiableRelationList(RelationList relationList) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
getRelation(int index)
Returns the Relation at the indicated postion in the list
|
RelationIterator |
relationIterator()
Returns an type-specific iterator for this list.
|
RelationList |
subRelationList(int fromIndex,
int toIndex)
Returns a sublist of this list.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getProperties, getProperty, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setProperty, size, sort, sort, subList, 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, streamUnmodifiableRelationList(RelationList relationList)
public 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)MMBase 1.9-SNAPSHOT - ${javadoctimestamp}