public abstract class AbstractSequentialBridgeList<E extends Comparable<? super E>> extends AbstractSequentialList<E> implements BridgeList<E>
modCount| Constructor and Description |
|---|
AbstractSequentialBridgeList() |
| 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 key)
Retrieves a property previously set for this list.
|
void |
setProperty(Object key,
Object value)
Sets a property for this list.
|
void |
sort()
Sorts this list according to a default sort order.
|
void |
sort(Comparator<? super E> comparator)
Sorts this list according to a specified sort order
|
abstract BridgeList<E> |
subList(int a,
int b) |
add, addAll, get, iterator, listIterator, remove, setadd, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRangeaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, 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, streampublic Object getProperty(Object key)
BridgeListgetProperty in interface BridgeList<E extends Comparable<? super E>>key - the key of the propertypublic void setProperty(Object key, Object value)
BridgeListsetProperty in interface BridgeList<E extends Comparable<? super E>>key - the key of the propertyvalue - the property valuepublic Map<Object,Object> getProperties()
BridgeListBridgeList.getProperty(java.lang.Object)).getProperties in interface BridgeList<E extends Comparable<? super E>>public void sort()
BridgeListsort in interface BridgeList<E extends Comparable<? super E>>public void sort(Comparator<? super E> comparator)
BridgeListsort in interface List<E extends Comparable<? super E>>sort in interface BridgeList<E extends Comparable<? super E>>comparator - the comparator defining the sort orderpublic abstract BridgeList<E> subList(int a, int b)
subList in interface List<E extends Comparable<? super E>>subList in interface BridgeList<E extends Comparable<? super E>>subList in class AbstractList<E extends Comparable<? super E>>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}