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