public class ObjectValue extends Value
Value indicates that a region entry has a valid
value.| Constructor and Description |
|---|
ObjectValue(Object value)
Creates a new
ObjectValue for the given value of a
region entry. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Two
ObjectValues are the same if they have the same
value. |
Object |
getValue()
Returns the value of the region entry associated with this
ObjectValue. |
String |
toString()
Make sure that subclasses override this method
|
formatTimestamp, getTimestamppublic ObjectValue(Object value)
ObjectValue for the given value of a
region entry.IllegalArgumentException - If value is nullCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.