public interface RelationList extends BridgeList<Relation>
| 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.
|
getProperties, 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, streamRelation getRelation(int index)
index - the position of the Relation to retrieveRelationIterator relationIterator()
RelationList subRelationList(int fromIndex, int toIndex)
fromIndex - 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}