|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationList
A list of Relations
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.mmbase.bridge.BridgeList |
|---|
getProperties, getProperty, setProperty, sort, sort, subList |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray |
| Method Detail |
|---|
Relation getRelation(int index)
index - the position of the Relation to retrieve
RelationIterator 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||