Class IntegerValue
java.lang.Object
net.woggioni.jmath.IntegerValue
- All Implemented Interfaces:
Comparable<IntegerValue>, NumericType<IntegerValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabs()add(IntegerValue other) protected booleanintdiv(IntegerValue other) booleaninthashCode()mul(IntegerValue other) static IntegerValueof(long n) sqrt()sub(IntegerValue other) toString()
-
Constructor Details
-
IntegerValue
-
-
Method Details
-
add
- Specified by:
addin interfaceNumericType<IntegerValue>
-
sub
- Specified by:
subin interfaceNumericType<IntegerValue>
-
mul
- Specified by:
mulin interfaceNumericType<IntegerValue>
-
div
- Specified by:
divin interfaceNumericType<IntegerValue>
-
abs
- Specified by:
absin interfaceNumericType<IntegerValue>
-
sqrt
- Specified by:
sqrtin interfaceNumericType<IntegerValue>
-
compareTo
- Specified by:
compareToin interfaceComparable<IntegerValue>
-
of
-
toString
-
equals
-
canEqual
-
hashCode
-