public class ValueObject<K,V> extends Object
protected K
key
protected V
value
ValueObject(K k, V v)
V
get()
boolean
isExpired()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final K key
protected final V value
public ValueObject(K k, V v)
public boolean isExpired()
public V get()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.