Package org.ojalgo.type
Interface PrimitiveNumber
- All Superinterfaces:
Comparable<PrimitiveNumber>
,ComparableNumber<PrimitiveNumber>
,NumberDefinition
- All Known Subinterfaces:
EntryPair.KeyedPrimitive<K>
- All Known Implementing Classes:
AlphaVantageParser.Data
,DatePrice
,DatePrice.DefaultDP
,EntryPair.ObjectByte
,EntryPair.ObjectDouble
,EntryPair.ObjectFloat
,EntryPair.ObjectInt
,EntryPair.ObjectLong
,EntryPair.ObjectShort
,IEXTradingParser.Data
,PrimitiveNumber.BoxedByte
,PrimitiveNumber.BoxedDouble
,PrimitiveNumber.BoxedFloat
,PrimitiveNumber.BoxedInt
,PrimitiveNumber.BoxedLong
,PrimitiveNumber.BoxedShort
,YahooParser.Data
Intended as a "boxed" version of any/all primitive numeric types.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static class
static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic PrimitiveNumber
of
(byte value) static PrimitiveNumber
of
(double value) static PrimitiveNumber
of
(float value) static PrimitiveNumber
of
(int value) static PrimitiveNumber
of
(long value) static PrimitiveNumber
of
(short value) static PrimitiveNumber
valueOf
(byte value) static PrimitiveNumber
valueOf
(double value) static PrimitiveNumber
valueOf
(float value) static PrimitiveNumber
valueOf
(int value) static PrimitiveNumber
valueOf
(long value) static PrimitiveNumber
valueOf
(short value) Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.ojalgo.type.NumberDefinition
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
-
Method Details
-
of
-
of
-
of
-
of
-
of
-
of
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-
valueOf
-