java.lang.Object
java.lang.Number
io.jenetics.jpx.UInt
- All Implemented Interfaces:
Serializable,Comparable<UInt>
Represents an unsigned integer value.
- Since:
- 1.0
- Version:
- 1.2
- See Also:
-
Method Summary
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Method Details
-
getValue
Return the unsigned integer value.- Returns:
- the unsigned integer value
-
intValue
-
longValue
-
floatValue
- Specified by:
floatValuein classNumber
-
doubleValue
- Specified by:
doubleValuein classNumber
-
compareTo
- Specified by:
compareToin interfaceComparable<UInt>
-
hashCode
-
equals
-
toString
-
of
Create a new unsigned integer object with the given value.- Parameters:
value- theUIntvalue- Returns:
- a new unsigned integer object with the given value
- Throws:
IllegalArgumentException- if the givenvalueis smaller than zero
-