public interface RemoteBridgeList<E> extends RemoteList<E>
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
getProperties() |
Object |
getProperty(Object arg0) |
void |
setProperty(Object arg0,
Object arg1) |
void |
sort() |
void |
sort(Comparator<? super E> arg0) |
RemoteBridgeList<E> |
subList(int arg0,
int arg1) |
add, add, clear, get, remove, remove, set, sizegetMapperCode, wrapped_equals, wrapped_hashCode, wrapped_toStringvoid setProperty(Object arg0, Object arg1) throws RemoteException
RemoteExceptionObject getProperty(Object arg0) throws RemoteException
RemoteExceptionMap<Object,Object> getProperties() throws RemoteException
RemoteExceptionRemoteBridgeList<E> subList(int arg0, int arg1) throws RemoteException
RemoteExceptionvoid sort(Comparator<? super E> arg0) throws RemoteException
RemoteExceptionvoid sort() throws RemoteException
RemoteExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}