Method Summary |
|
public synchronized boolean | add(Object element) |
public synchronized boolean | add(String key, String value) |
public synchronized boolean | add(KeyValue element) |
public synchronized boolean | add(KeyValueList source) |
public synchronized void | add(int index, String key, String value) |
public synchronized void | add(int index, KeyValue element) |
public synchronized void | addAfter(KeyValue existingElement, String key, String value) |
public synchronized void | addAfter(KeyValue existingElement, KeyValue newElement) |
public boolean | addAll(Collection collection) |
public synchronized void | addBefore(KeyValue existingElement, String key, String value) |
public synchronized void | addBefore(KeyValue existingElement, KeyValue newElement) |
public void | clear() |
public synchronized KeyValueList | clone() |
public boolean | contains(String key) |
public boolean | contains(Object keyvalue) |
public boolean | contains(String key, String value) |
public boolean | contains(KeyValue element) |
public boolean | containsAll(Collection collection) |
public synchronized void | ensureCapacity(int minCapacity) |
public synchronized KeyValue | first() |
public synchronized KeyValue | get(int index) |
public synchronized KeyValue | get(String key) |
public synchronized Collection<KeyValue> | getAll(String key) |
public synchronized String[] | getKeysArray() |
public KeyValue | getNext(int elementIndex) |
public KeyValue | getNext(String key) |
public KeyValue | getNext(KeyValue element) |
public synchronized KeyValue | getPrevious(int elementIndex) |
public KeyValue | getPrevious(String key) |
public KeyValue | getPrevious(KeyValue element) |
public String | getValue(String key) |
public int | indexOf(String key, String value) |
public int | indexOf(KeyValue element) |
public synchronized int | indexOf(int startIndex, KeyValue element) |
public synchronized int | indexOf(String key) |
public synchronized int | indexOf(int startIndex, String key) |
public boolean | isEmpty() |
public synchronized Iterator<KeyValue> | iterator() |
public synchronized Collection<String> | keys() |
public synchronized KeyValue | last() |
public synchronized boolean | remove(Object element) |
public synchronized boolean | remove(String key, String value) |
public synchronized boolean | remove(KeyValue element) |
public synchronized void | remove(int index) |
public synchronized boolean | remove(String key) |
public boolean | removeAll(Collection collection) |
public boolean | retainAll(Collection collection) |
public synchronized void | set(int index, String key, String value) |
public synchronized void | set(int index, KeyValue element) |
public synchronized void | setSize(int newSize) |
public int | size() |
public synchronized void | sortKeys() |
public synchronized void | sortValues() |
public synchronized void | swap(int position1, int position2) |
public synchronized Object[] | toArray() |
public synchronized Object[] | toArray(Object anArray) |
public String | toHtml() |
public String | toString() |
public String | toStringVerbose() |
public synchronized void | trimToSize() |
public synchronized Collection<String> | values() |