Class OortMap.Entry<K,V>
java.lang.Object
org.cometd.oort.OortMap.Entry<K,V>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Entry
-
-
Method Details
-
getKey
- Returns:
- the key
-
getOldValue
- Returns:
- the value before the change, may be null
-
getNewValue
- Returns:
- the value after the change, may be null
-
toString
-