|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
com.genesyslab.platform.commons.collections | Contains classes that allow you to use Genesys Key-Value collections in your applications. |
Uses of Pair in com.genesyslab.platform.commons.collections |
Subclasses of Pair in com.genesyslab.platform.commons.collections | |
class |
KeyValuePair
The pair specific for KeyValueCollection. |
Methods in com.genesyslab.platform.commons.collections that return Pair | |
Pair |
KVList.PairList.findPair(java.lang.Object key)
Find pair in the storage by key. |
Pair |
KVList.PairList.remove(java.lang.Object key)
Remove pair from the storage by key. |
Pair |
KVList.PairList.remove(int index)
Remove pair from the storage by index. |
Pair |
KVList.PairList.get(int index)
Gets pair from the storage by index. |
Methods in com.genesyslab.platform.commons.collections with parameters of type Pair | |
void |
KVList.PairList.add(Pair pair)
Add pair to the storage |
boolean |
KVList.PairList.addAfter(Pair pair,
Pair where)
Add pair just after another pair |
boolean |
KVList.PairList.addBefore(Pair pair,
Pair where)
Add pair just before another pair |
void |
KVList.PairList.insert(Pair pair,
int index)
Inserts pair to the storage at specified index. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |