Entry extends Union implements Data¶A reference implementation for the Data interface. This class is used to specify a single data entry. This implementation uses a C-style union so as to save memory space.
Hyunsu Cho
getFValue()¶Obtain the floating-point value stored by the entry.
floating-point value
getQValue()¶Obtain the integer value stored by the entry.
integer value
isMissing()¶Test whether the entry is missing.
whether the entry is missing