public abstract class FloatingPointValue extends NumberValue
| Constructor and Description |
|---|
FloatingPointValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FloatingPointValue other) |
int |
compareTo(IntegralValue other) |
int |
computeHash() |
DoubleValue |
dividedBy(double b) |
DoubleValue |
dividedBy(long b) |
boolean |
eq(Object other) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char[] x) |
boolean |
equals(double x) |
boolean |
equals(double[] x) |
boolean |
equals(DurationValue[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(LocalDate[] x) |
boolean |
equals(LocalDateTime[] x) |
boolean |
equals(LocalTime[] x) |
boolean |
equals(long x) |
boolean |
equals(long[] x) |
boolean |
equals(OffsetTime[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String[] x) |
boolean |
equals(Value other) |
boolean |
equals(ZonedDateTime[] x) |
boolean |
isNaN() |
long |
longValue() |
DoubleValue |
minus(double b) |
DoubleValue |
minus(long b) |
NumberType |
numberType() |
DoubleValue |
plus(double b) |
DoubleValue |
plus(long b) |
DoubleValue |
times(double b) |
DoubleValue |
times(long b) |
long |
updateHash(HashFunction hashFunction,
long hash) |
asObject, asObjectCopy, divideBy, doubleValue, equals, equals, equals, minus, plus, safeCastFloatingPoint, times, valueGrouphashCode64, parseHeaderInformation, prettyPrint, ternaryEquals, writeTo, writeToequals, getTypeName, hashCode, isSequenceValue, mappublic final int computeHash()
computeHash in class AnyValuepublic long updateHash(HashFunction hashFunction, long hash)
updateHash in class Valuepublic NumberType numberType()
numberType in class Valuepublic int compareTo(IntegralValue other)
compareTo in class NumberValuepublic int compareTo(FloatingPointValue other)
compareTo in class NumberValuepublic long longValue()
longValue in class NumberValuepublic DoubleValue minus(long b)
minus in class NumberValuepublic DoubleValue minus(double b)
minus in class NumberValuepublic DoubleValue plus(long b)
plus in class NumberValuepublic DoubleValue plus(double b)
plus in class NumberValuepublic DoubleValue times(long b)
times in class NumberValuepublic DoubleValue times(double b)
times in class NumberValuepublic DoubleValue dividedBy(long b)
dividedBy in class NumberValuepublic DoubleValue dividedBy(double b)
dividedBy in class NumberValuepublic final boolean equals(ZonedDateTime[] x)
public final boolean equals(DurationValue[] x)
public final boolean equals(LocalDateTime[] x)
public final boolean equals(OffsetTime[] x)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.