|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

E - Type of elementspublic interface BridgeList<E>
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, toArray, toArray |
| Method Detail |
|---|
Object getProperty(Object key)
key - the key of the property
void 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)
comparator - the comparator defining the sort order
BridgeList<E> subList(int fromIndex,
int toIndex)
subList in interface List<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||