|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValue | |
|---|---|
| com.uwyn.rife.datastructures | Provides classes with general purpose data structures. |
| Uses of KeyValue in com.uwyn.rife.datastructures |
|---|
| Methods in com.uwyn.rife.datastructures that return KeyValue | |
|---|---|
KeyValue |
KeyValue.clone()
|
KeyValue |
KeyValueList.first()
|
KeyValue |
KeyValueList.get(int index)
|
KeyValue |
KeyValueList.get(String key)
|
KeyValue |
KeyValueList.getNext(int elementIndex)
|
KeyValue |
KeyValueList.getNext(KeyValue element)
|
KeyValue |
KeyValueList.getNext(String key)
|
KeyValue |
KeyValueList.getPrevious(int elementIndex)
|
KeyValue |
KeyValueList.getPrevious(KeyValue element)
|
KeyValue |
KeyValueList.getPrevious(String key)
|
KeyValue |
KeyValueList.last()
|
| Methods in com.uwyn.rife.datastructures that return types with arguments of type KeyValue | |
|---|---|
Collection<KeyValue> |
KeyValueList.getAll(String key)
|
Iterator<KeyValue> |
KeyValueList.iterator()
|
| Methods in com.uwyn.rife.datastructures with parameters of type KeyValue | |
|---|---|
void |
KeyValueList.add(int index,
KeyValue element)
|
boolean |
KeyValueList.add(KeyValue element)
|
void |
KeyValueList.addAfter(KeyValue existingElement,
KeyValue newElement)
|
void |
KeyValueList.addAfter(KeyValue existingElement,
String key,
String value)
|
void |
KeyValueList.addBefore(KeyValue existingElement,
KeyValue newElement)
|
void |
KeyValueList.addBefore(KeyValue existingElement,
String key,
String value)
|
boolean |
KeyValueList.contains(KeyValue element)
|
KeyValue |
KeyValueList.getNext(KeyValue element)
|
KeyValue |
KeyValueList.getPrevious(KeyValue element)
|
int |
KeyValueList.indexOf(int startIndex,
KeyValue element)
|
int |
KeyValueList.indexOf(KeyValue element)
|
boolean |
KeyValueList.remove(KeyValue element)
|
void |
KeyValueList.set(int index,
KeyValue element)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||