public interface RemoteList<E> extends ServerMappedObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
void |
add(int index,
E o) |
void |
clear() |
E |
get(int index) |
E |
remove(int index) |
boolean |
remove(Object o) |
E |
set(int arg0,
E arg1) |
int |
size() |
getMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringE get(int index) throws RemoteException
RemoteExceptionint size() throws RemoteException
RemoteExceptionboolean remove(Object o) throws RemoteException
RemoteExceptionE remove(int index) throws RemoteException
RemoteExceptionE set(int arg0, E arg1) throws RemoteException
RemoteExceptionvoid add(int index,
E o)
throws RemoteException
RemoteExceptionboolean add(E o) throws RemoteException
RemoteExceptionvoid clear()
throws RemoteException
RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}