public class DoubleTokenSet extends AbstractContinuousSet<java.lang.Double>
double values.| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_MAX_REPRESENTATION_LENGTH |
| Constructor and Description |
|---|
DoubleTokenSet() |
| Modifier and Type | Method and Description |
|---|---|
DoubleTokenSet |
clone()
Returns a deep copy of this instance.
|
int |
maxRepresentationLength()
This method returns the length of 17 significant digits in exponential notation which is the notation this token
set uses to generate string representations.
|
protected ContinuousToken<java.lang.Double> |
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 DOUBLE_MAX_REPRESENTATION_LENGTH
public DoubleTokenSet()
protected ContinuousToken<java.lang.Double> parseValue(java.lang.String value) throws java.lang.NumberFormatException
parseValue in class AbstractContinuousSet<java.lang.Double>java.lang.NumberFormatExceptionpublic int maxRepresentationLength()
-1.7976931348623157E308public DoubleTokenSet clone()
TokenSetclone in interface TokenSet<ContinuousToken<java.lang.Double>>clone in class AbstractContinuousSet<java.lang.Double>