|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.samza.storage.kv.Entry<K,V>
K - The key typeV - The value typepublic class Entry<K,V>
A key and value.
| Constructor Summary | |
|---|---|
Entry(K key,
V value)
|
|
| Method Summary | |
|---|---|
K |
getKey()
|
V |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entry(K key,
V value)
| Method Detail |
|---|
public K getKey()
public V getValue()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||