public class RemoteRelationList_Proxy extends RemoteBridgeList_Proxy<Relation,RemoteRelation> implements RelationList
modCount| Constructor and Description |
|---|
RemoteRelationList_Proxy(RemoteRelationList remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
Relation |
getRelation(int arg0)
Returns the Relation at the indicated postion in the list
|
RemoteRelationList |
getWrappedObject() |
RelationIterator |
relationIterator()
Returns an type-specific iterator for this list.
|
RelationList |
subRelationList(int arg0,
int arg1)
Returns a sublist of this list.
|
getProperties, getProperty, setProperty, sort, sort, subListadd, add, clear, equals, get, getMapperCode, hashCode, remove, remove, set, size, toStringaddAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayclone, 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, streamgetMapperCodepublic RemoteRelationList_Proxy(RemoteRelationList remoteObject)
public Relation getRelation(int arg0)
RelationListgetRelation in interface RelationListarg0 - the position of the Relation to retrievepublic RelationList subRelationList(int arg0, int arg1)
RelationListsubRelationList in interface RelationListarg0 - the position in the current list where the sublist starts (inclusive)arg1 - the position in the current list where the sublist ends (exclusive)public RelationIterator relationIterator()
RelationListrelationIterator in interface RelationListpublic RemoteRelationList getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class RemoteBridgeList_Proxy<Relation,RemoteRelation>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}