Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.runtime
Class KeyValuePair<K,V>

java.lang.Object
  extended by com.genesyslab.platform.logging.runtime.KeyValuePair<K,V>
All Implemented Interfaces:
java.util.Map.Entry<K,V>

public class KeyValuePair<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>


Constructor Summary
KeyValuePair(K key, V value)
           
 
Method Summary
 K getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

KeyValuePair

public KeyValuePair(K key,
                    V value)
Method Detail

getKey

public K getKey()
Specified by:
getKey in interface java.util.Map.Entry<K,V>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<K,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<K,V>

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.