Package org.cometd.oort
Class OortMap.Entry<K,V>
- java.lang.Object
-
- org.cometd.oort.OortMap.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetNewValue()VgetOldValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getKey
public K getKey()
- Returns:
- the key
-
getOldValue
public V getOldValue()
- Returns:
- the value before the change, may be null
-
getNewValue
public V getNewValue()
- Returns:
- the value after the change, may be null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-