java.lang.Object
org.zfcj.math.numbers.concrete.ConcreteNumber
org.zfcj.math.numbers.concrete.Twenty
- All Implemented Interfaces:
Comparable<RealNumber>,CardinalNumber,AtLeast<AtMostTwenty>,AtLeastEight,AtLeastEighteen,AtLeastEleven,AtLeastFifteen,AtLeastFive,AtLeastFour,AtLeastFourteen,AtLeastMinusOne,AtLeastNine,AtLeastNineteen,AtLeastOne,AtLeastSeven,AtLeastSeventeen,AtLeastSix,AtLeastSixteen,AtLeastTen,AtLeastThirteen,AtLeastThree,AtLeastTwelve,AtLeastTwenty,AtLeastTwo,AtLeastZero,AtMost<AtLeastTwenty>,AtMostTwenty,NPlus1<Nineteen>,CountableNumber,Integer,NaturalNumber,Number,PositiveInteger,RationalNumber,RealNumber
public final class Twenty
extends ConcreteNumber
implements AtLeastTwenty, AtMostTwenty, AtMost<AtLeastTwenty>, AtLeast<AtMostTwenty>, NPlus1<Nineteen>
The concrete number 20
-
Field Summary
FieldsFields inherited from interface org.zfcj.math.numbers.PositiveInteger
MAX_INT -
Method Summary
Methods inherited from class org.zfcj.math.numbers.concrete.ConcreteNumber
bigDecimalValue, bigIntegerValue, count0ToN, count0ToNMinus1, count1ToN, countMToN, equals, hashCode, hasType, hasType, intValue, isDouble, isInt, isLong, longValue, of, ofNatural, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.zfcj.math.numbers.Integer
bigIntegerValue, compareTo, countTo, denominator, divide, doubleValue, greaterThan, greaterThanOrEqualTo, intDenominator, intNumerator, intValue, lessThan, lessThanOrEqualTo, longDenominator, longNumerator, longValue, minus, modulo, numerator, plus, timesMethods inherited from interface org.zfcj.math.numbers.NaturalNumber
count0ToN, count0ToNMinus1, countNTo0, countNTo1, countTo, divide, modulo, plus, timesMethods inherited from interface org.zfcj.math.numbers.PositiveInteger
count1ToN, count1ToNMinus1, countNMinus1To0, countTo, divide, minusOne, plus, timesMethods inherited from interface org.zfcj.math.numbers.RationalNumber
dividedBy, isInt, isLong, minus, plus, reduce, timesMethods inherited from interface org.zfcj.math.numbers.RealNumber
abs, almostEquals, almostEquals, bigDecimalValue, dividedBy, greaterThan, greaterThanOrEqualTo, isDouble, lessThan, lessThanOrEqualTo, minus, modulo, plus, pow, times, truncate
-
Field Details
-
TWENTY
-