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 K
getKey()
V
getNewValue()
V
getOldValue()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-