Package | Description |
---|---|
com.genesyslab.platform.commons.collections |
Contains classes that allow you to use Genesys Key-Value
collections in your applications.
|
Modifier and Type | Class | Description |
---|---|---|
class |
KeyValuePair |
The pair specific for KeyValueCollection.
|
Modifier and Type | Method | Description |
---|---|---|
protected Pair |
KeyValueCollection.createPair(java.lang.Object key) |
|
protected abstract Pair |
KVList.createPair(java.lang.Object key) |
Creates list specific Pair implementation.
|
Pair |
KVList.PairList.findPair(java.lang.Object key) |
Finds pair in the storage by key.
|
Pair |
KVList.PairList.get(int index) |
Gets pair from the storage by index.
|
Pair |
KVList.PairList.remove(int index) |
Removes pair from the storage by index.
|
Pair |
KVList.PairList.remove(java.lang.Object key) |
Removes pair from the storage by key.
|
protected Pair |
KVList.removePair(java.lang.Object key) |
Removes the pair with the specified key in this list.
|
Modifier and Type | Method | Description |
---|---|---|
void |
KVList.PairList.add(Pair pair) |
Adds pair to the storage.
|
boolean |
KVList.PairList.addAfter(Pair pair,
Pair where) |
Adds pair just after another pair.
|
boolean |
KVList.PairList.addBefore(Pair pair,
Pair where) |
Adds pair just before another pair.
|
void |
KVList.PairList.insert(Pair pair,
int index) |
Inserts pair to the storage at specified index.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.