public class RemoteList_Proxy<L,R> extends AbstractList<L> implements List<L>, MappedObject
modCount| Constructor and Description |
|---|
RemoteList_Proxy(RemoteList<R> remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
L o) |
boolean |
add(L o) |
void |
clear() |
boolean |
equals(Object o) |
L |
get(int index) |
String |
getMapperCode() |
RemoteList<R> |
getWrappedObject() |
int |
hashCode() |
L |
remove(int index) |
boolean |
remove(Object o) |
L |
set(int index,
L o) |
int |
size() |
String |
toString() |
addAll, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, addAll, contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, replaceAll, retainAll, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic RemoteList_Proxy(RemoteList<R> remoteObject)
public void add(int index,
L o)
public boolean add(L o)
add in interface Collection<L>add in interface List<L>add in class AbstractList<L>public void clear()
clear in interface Collection<L>clear in interface List<L>clear in class AbstractList<L>public L get(int index)
public int size()
size in interface Collection<L>size in interface List<L>size in class AbstractCollection<L>public boolean remove(Object o)
remove in interface Collection<L>remove in interface List<L>remove in class AbstractCollection<L>public L remove(int index)
public String toString()
toString in class AbstractCollection<L>public int hashCode()
hashCode in interface Collection<L>hashCode in interface List<L>hashCode in class AbstractList<L>public boolean equals(Object o)
equals in interface Collection<L>equals in interface List<L>equals in class AbstractList<L>public String getMapperCode()
getMapperCode in interface MappedObjectpublic RemoteList<R> getWrappedObject()
getWrappedObject in interface MappedObjectMMBase 1.9-SNAPSHOT - ${javadoctimestamp}