public class FloatTokenSet extends AbstractContinuousSet<java.lang.Float>
float values.| Modifier and Type | Field and Description |
|---|---|
static int |
FLOAT_MAX_REPRESENTATION_LENGTH |
| Constructor and Description |
|---|
FloatTokenSet() |
| Modifier and Type | Method and Description |
|---|---|
FloatTokenSet |
clone()
Returns a deep copy of this instance.
|
int |
maxRepresentationLength()
This method returns the length of 8 significant digits in exponential notation which is the notation this token
set uses to generate string representations.
|
protected ContinuousToken<java.lang.Float> |
parseValue(java.lang.String value) |
add, addAll, clear, contains, containsAll, descriptionByToken, getGapToken, getMeaning, getMissingInformationToken, getSymbolType, getType, isEmpty, isGapToken, isMissingInformationToken, isSpaceForGap, iterator, remove, removeAll, representationByToken, representationLengthEqual, retainAll, setSpaceForGap, size, toArray, toArray, tokenByKeyStroke, tokenByRepresentationpublic static final int FLOAT_MAX_REPRESENTATION_LENGTH
public FloatTokenSet()
protected ContinuousToken<java.lang.Float> parseValue(java.lang.String value) throws java.lang.NumberFormatException
parseValue in class AbstractContinuousSet<java.lang.Float>java.lang.NumberFormatExceptionpublic int maxRepresentationLength()
-3.4028235E38public FloatTokenSet clone()
TokenSetclone in interface TokenSet<ContinuousToken<java.lang.Float>>clone in class AbstractContinuousSet<java.lang.Float>