java.lang.Object
org.zfcj.math.numbers.concrete.ConcreteNumber
org.zfcj.math.numbers.concrete.Four
- All Implemented Interfaces:
Comparable<RealNumber>
,CardinalNumber
,AtLeast<AtMostFour>
,AtLeastFour
,AtLeastMinusOne
,AtLeastOne
,AtLeastThree
,AtLeastTwo
,AtLeastZero
,AtMost<AtLeastFour>
,AtMostEight
,AtMostEighteen
,AtMostEleven
,AtMostFifteen
,AtMostFive
,AtMostFour
,AtMostFourteen
,AtMostNine
,AtMostNineteen
,AtMostSeven
,AtMostSeventeen
,AtMostSix
,AtMostSixteen
,AtMostTen
,AtMostThirteen
,AtMostTwelve
,AtMostTwenty
,FourOrEight
,NMinus1<Five>
,NPlus1<Three>
,CountableNumber
,Integer
,NaturalNumber
,Number
,PositiveInteger
,RationalNumber
,RealNumber
public final class Four
extends ConcreteNumber
implements AtLeastFour, AtMostFour, AtMost<AtLeastFour>, AtLeast<AtMostFour>, NMinus1<Five>, NPlus1<Three>, FourOrEight
The concrete number 4
-
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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, times
Methods inherited from interface org.zfcj.math.numbers.NaturalNumber
count0ToN, count0ToNMinus1, countNTo0, countNTo1, countTo, divide, modulo, plus, times
Methods inherited from interface org.zfcj.math.numbers.PositiveInteger
count1ToN, count1ToNMinus1, countNMinus1To0, countTo, divide, minusOne, plus, times
Methods inherited from interface org.zfcj.math.numbers.RationalNumber
dividedBy, isInt, isLong, minus, plus, reduce, times
Methods 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
-
FOUR
-