public class Pair<T> extends Object
Pair()
boolean
isNotEmpty()
Pair<T>
setKey(String key)
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public boolean isNotEmpty()
@return
public Pair<T> setKey(String key)
@param
public Pair<T> setValue(T value)
Copyright © 2018. All rights reserved.