public class PairObject<K,V> extends Object implements Serializable, Cloneable
| 构造器和说明 |
|---|
PairObject() |
PairObject(K key) |
PairObject(K key,
V value) |
public PairObject()
public PairObject(K key)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
protected Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2017. All rights reserved.