public static class PointValue.Null extends PointValue
PointValue.Null
NULL, POINT_FIELD, STAMP_FIELD, STATE_FIELD, UUID_FIELD, VALUE_FIELD
SERIALIZABLE_MODE, SIMPLE_STRING_MODE
Constructor and Description |
---|
Null()
Constructs an instance.
|
Null(PointValue pointValue)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
PointValue.Null |
copy()
Creates a copy of this point value.
|
boolean |
equals(Object object) |
int |
hashCode() |
NormalizedValue |
normalized()
Normalizes this point value.
|
boolean |
sameValueAs(PointValue pointValue)
Asks if an other point value has the same value.
|
checkNotFrozen, clearStamp, confirm, copyValueFrom, decoded, denormalized, encoded, freeze, frozen, getNullablePoint, getPoint, getPointName, getPointUUID, getStamp, getStampString, getState, getSynthesizedString, getThisLogger, getValue, getVersion, hasPointUUID, hasStamp, isAbsent, isCacheable, isDeleted, isExtrapolated, isFrozen, isInterpolated, isNormalized, isPresent, isSynthesized, morph, morph, pointString, readExternal, readMap, reset, restore, restore, setFrozen, setPointName, setPointUUID, setStamp, setState, setValue, setVersion, thawed, toDouble, toLong, toString, toString, updateStore, validate, valueString, writeExternal, writeMap
public Null()
public Null(@Nonnull PointValue pointValue)
pointValue
- The source point value.public PointValue.Null copy()
copy
in class PointValue
public boolean equals(Object object)
equals
in class PointValue
public int hashCode()
hashCode
in class PointValue
public NormalizedValue normalized()
The point's content instance is called to perform the actual normalization.
normalized
in class PointValue
public boolean sameValueAs(PointValue pointValue)
A subclass supporting additional value informations should override this method.
sameValueAs
in class PointValue
pointValue
- The other point value.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.