|
Platform SDK Java 8.5 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 | |
---|---|
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. |
Methods in com.genesyslab.platform.commons.collections with parameters of type Pair | |
---|---|
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. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |