|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SerializableData represents a data instance that has some serializable, dupable byte stream representation.
Please see DataValue that defines a more elaborate
interface for manipulating data values.
Data.getType(),
isNull(),
DataValue,
Type| Method Summary | |
boolean |
isNull()
Tests if this data object value is undetermined. |
| Methods inherited from interface com.davisor.data.Data |
getType |
| Methods inherited from interface com.davisor.core.Dupable |
dup |
| Method Detail |
public boolean isNull()
Data.getType().
A data object with an undetermined value resembles standard
Double.NaN and Float.NaN values, that
tell the value has a wellknown type, but unknown value.
The precense of data objects that are not themselves
null but that may have null values have
far reaching effects in many operations. In particular, comparing
such objects against each other becomes more
challenging. However, null objects of spesific type
are also usefull in many places, so the tradeoff is still
worth doing.
Type.isNull(com.davisor.data.SerializableData)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||