public abstract class AbstractBridgeList<E extends Comparable<? super E>> extends AbstractList<E> implements BridgeList<E>
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractBridgeList.BasicIterator |
modCount| Constructor and Description |
|---|
AbstractBridgeList() |
| 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 f,
int t) |
add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, 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 f, int t)
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}