public class VanillaEntry<K,V> extends Object implements KeyValueStore.Entry<K,V>
| Constructor and Description |
|---|
VanillaEntry(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
K |
key() |
String |
toString() |
V |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitofpublic K key()
key in interface KeyValueStore.Entry<K,V>public V value()
value in interface KeyValueStore.Entry<K,V>Copyright © 2015. All rights reserved.