public class DoubleTokenSet extends AbstractContinuousSet<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<Double> |
parseValue(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, tokenByRepresentation
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
public static final int DOUBLE_MAX_REPRESENTATION_LENGTH
public DoubleTokenSet()
protected ContinuousToken<Double> parseValue(String value) throws NumberFormatException
parseValue
in class AbstractContinuousSet<Double>
NumberFormatException
public int maxRepresentationLength()
-1.7976931348623157E308
public DoubleTokenSet clone()
TokenSet
clone
in interface TokenSet<ContinuousToken<Double>>
clone
in class AbstractContinuousSet<Double>