|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smack.util.collections.AbstractKeyValue<K,V>
public abstract class AbstractKeyValue<K,V>
Abstract pair class to assist with creating KeyValue and MapEntry implementations.
| Method Summary | |
|---|---|
K |
getKey()
Gets the key from the pair. |
V |
getValue()
Gets the value from the pair. |
java.lang.String |
toString()
Gets a debugging String view of the pair. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public K getKey()
getKey in interface KeyValue<K,V>public V getValue()
getValue in interface KeyValue<K,V>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||