|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
org.mmbase.bridge.util.AbstractSequentialBridgeList
As AbstractSequentialList, but implements some extra methods required by BridgeList
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
AbstractSequentialBridgeList()
|
|
| Method Summary | |
java.lang.Object |
getProperty(java.lang.Object key)
Retrieves a property previously set for this list. |
void |
setProperty(java.lang.Object key,
java.lang.Object value)
Sets a property for this list. |
void |
sort()
Sorts this list according to a default sort order. |
void |
sort(java.util.Comparator comparator)
Sorts this list according to a specified sort order |
| Methods inherited from class java.util.AbstractSequentialList |
add, addAll, get, iterator, listIterator, remove, set |
| Methods inherited from class java.util.AbstractList |
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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, subList, toArray, toArray |
| Constructor Detail |
public AbstractSequentialBridgeList()
| Method Detail |
public java.lang.Object getProperty(java.lang.Object key)
BridgeList
getProperty in interface BridgeListkey - the key of the property
public void setProperty(java.lang.Object key,
java.lang.Object value)
BridgeList
setProperty in interface BridgeListkey - the key of the propertypublic void sort()
BridgeList
sort in interface BridgeListpublic void sort(java.util.Comparator comparator)
BridgeList
sort in interface BridgeListcomparator - the comparator defining the sort order
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||