public class RemoteBridgeList_Proxy<L extends Comparable<? super L>,E> extends RemoteList_Proxy<L,E> implements BridgeList<L>, MappedObject
modCount| Constructor and Description |
|---|
RemoteBridgeList_Proxy(RemoteBridgeList<E> remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
getProperties()
Returns an (unmodifiable) view on all properties of this list (See
BridgeList.getProperty(java.lang.Object)). |
Object |
getProperty(Object arg0)
Retrieves a property previously set for this list.
|
RemoteBridgeList<E> |
getWrappedObject() |
void |
setProperty(Object arg0,
Object arg1)
Sets a property for this list.
|
void |
sort()
Sorts this list according to a default sort order.
|
void |
sort(Comparator<? super L> arg0)
Sorts this list according to a specified sort order
|
BridgeList<L> |
subList(int arg0,
int arg1) |
add, 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, waitadd, 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 RemoteBridgeList_Proxy(RemoteBridgeList<E> remoteObject)
public void setProperty(Object arg0, Object arg1)
BridgeListsetProperty in interface BridgeList<L extends Comparable<? super L>>arg0 - the key of the propertyarg1 - the property valuepublic Object getProperty(Object arg0)
BridgeListgetProperty in interface BridgeList<L extends Comparable<? super L>>arg0 - the key of the propertypublic Map<Object,Object> getProperties()
BridgeListBridgeList.getProperty(java.lang.Object)).getProperties in interface BridgeList<L extends Comparable<? super L>>public BridgeList<L> subList(int arg0, int arg1)
subList in interface List<L extends Comparable<? super L>>subList in interface BridgeList<L extends Comparable<? super L>>subList in class AbstractList<L extends Comparable<? super L>>public void sort(Comparator<? super L> arg0)
BridgeListsort in interface List<L extends Comparable<? super L>>sort in interface BridgeList<L extends Comparable<? super L>>arg0 - the comparator defining the sort orderpublic void sort()
BridgeListsort in interface BridgeList<L extends Comparable<? super L>>public RemoteBridgeList<E> getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class RemoteList_Proxy<L extends Comparable<? super L>,E>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}