|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyValuePair | |
com.genesyslab.platform.commons.collections | Contains classes that allow you to use Genesys Key-Value collections in your applications. |
Uses of KeyValuePair in com.genesyslab.platform.commons.collections |
Methods in com.genesyslab.platform.commons.collections that return KeyValuePair | |
KeyValuePair |
KeyValueCollection.getPair(java.lang.String key)
Return TKV pair stored with specified key. |
KeyValuePair |
KeyValueCollection.remove(java.lang.String key)
Removes the pair with the specified String key from this list. |
Methods in com.genesyslab.platform.commons.collections with parameters of type KeyValuePair | |
void |
KeyValueCollection.addPair(KeyValuePair pair)
Add TKV pair to the list. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |