public class KeyValuePair<T> extends Object
KeyValuePair(String key, T value)
String
getKey()
T
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyValuePair(String key, T value)
public String getKey()
public T getValue()
Copyright © 2022 WSO2. All rights reserved.