E - Type of elementspublic interface BridgeList<E> extends List<E>
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
getProperties()
Returns an (unmodifiable) view on all properties of this list (See
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
|
BridgeList<E> |
subList(int fromIndex,
int toIndex) |
add, 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, streamObject getProperty(Object key)
key - the key of the propertyvoid setProperty(Object key, Object value)
key - the key of the propertyvalue - the property valueMap<Object,Object> getProperties()
getProperty(java.lang.Object)).void sort()
void sort(Comparator<? super E> comparator)
BridgeList<E> subList(int fromIndex, int toIndex)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}