Class PrimitiveNumber.BoxedByte
java.lang.Object
org.ojalgo.type.PrimitiveNumber.BoxedByte
- All Implemented Interfaces:
Comparable<PrimitiveNumber>, ComparableNumber<PrimitiveNumber>, NumberDefinition, PrimitiveNumber
- Enclosing interface:
PrimitiveNumber
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveNumber
PrimitiveNumber.BoxedByte, PrimitiveNumber.BoxedDouble, PrimitiveNumber.BoxedFloat, PrimitiveNumber.BoxedInt, PrimitiveNumber.BoxedLong, PrimitiveNumber.BoxedShort -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteintcompareTo(PrimitiveNumber other) doublefloatintintValue()longshortMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NumberDefinition
booleanValue
-
Field Details
-
value
public final byte value
-
-
Constructor Details
-
BoxedByte
BoxedByte(byte value)
-
-
Method Details
-
byteValue
public byte byteValue()- Specified by:
byteValuein interfaceNumberDefinition
-
compareTo
- Specified by:
compareToin interfaceComparable<PrimitiveNumber>
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein interfaceNumberDefinition
-
floatValue
public float floatValue()- Specified by:
floatValuein interfaceNumberDefinition
-
intValue
public int intValue()- Specified by:
intValuein interfaceNumberDefinition
-
longValue
public long longValue()- Specified by:
longValuein interfaceNumberDefinition
-
shortValue
public short shortValue()- Specified by:
shortValuein interfaceNumberDefinition
-