Uses of Interface
org.zfcj.math.numbers.Number
Packages that use Number
Package
Description
Core numeric types for integer and
real-valued arithmetic
Provides the auto-generated
ConcreteNumber abstract
base class along with its singleton sub-types Zero,
One, Two, etc and supporting types-
Uses of Number in org.zfcj.math.numbers
Subinterfaces of Number in org.zfcj.math.numbersModifier and TypeInterfaceDescriptioninterfaceAlephNumbers represent the cardinalities of infinite sets.interfaceACardinalNumberis what is commonly called the cardinality or number of elements of a set.interfaceACountableNumberis aCardinalNumberthat is either aNaturalNumberorAleph0interfaceAny integer number such as -12, 14, 0, 1 google, etc.interfaceIrrationalNumber<N extends PositiveInteger>AnIrrationalNumberis aRealNumberthat is not aRationalNumber.interfaceANaturalNumberis a non-negativeIntegerinterfaceAPositiveIntegeris aNaturalNumberthat isn'tZero.interfaceARationalNumber, also called a fraction, is aRealNumberthat can be defined as a ratio of twoIntegers.interfaceARealNumberis an element of the set ofRealNumbersℝClasses in org.zfcj.math.numbers that implement NumberModifier and TypeClassDescriptionfinal classRepresents the aleph number aleph-zero, also called aleph-nought or aleph-null, and written as ℵ₀.final classRepresents a generic uncountable infinite cardinalfinal classRepresents an actualized negative infinity, denoted as -∞, aRealNumberless than any otherRealNumberfinal classRepresents an actualized positive infinity, denoted as +∞, aRealNumbergreater than any otherRealNumber -
Uses of Number in org.zfcj.math.numbers.concrete
Subinterfaces of Number in org.zfcj.math.numbers.concreteModifier and TypeInterfaceDescriptioninterfaceAnIntegerthat is at least some otherIntegerinterfaceAnIntegerno less than 8interfaceAnIntegerno less than 18interfaceAnIntegerno less than 11interfaceAnIntegerno less than 15interfaceAnIntegerno less than 5interfaceAnIntegerno less than 4interfaceAnIntegerno less than 14interfaceAnIntegerno less than -1interfaceAnIntegerno less than 9interfaceAnIntegerno less than 19interfaceAnIntegerno less than 1interfaceAnIntegerno less than 7interfaceAnIntegerno less than 17interfaceAnIntegerno less than 6interfaceAnIntegerno less than 16interfaceAnIntegerno less than 10interfaceAnIntegerno less than 13interfaceAnIntegerno less than 3interfaceAnIntegerno less than 12interfaceAnIntegerno less than 20interfaceAnIntegerno less than 2interfaceAnIntegerno less than 0interfaceAnIntegerthat is at most some otherIntegerinterfaceAnIntegerno greater than 8interfaceAnIntegerno greater than 18interfaceAnIntegerno greater than 11interfaceAnIntegerno greater than 15interfaceAnIntegerno greater than 5interfaceAnIntegerno greater than 4interfaceAnIntegerno greater than 14interfaceAnIntegerno greater than -1interfaceAnIntegerno greater than 9interfaceAnIntegerno greater than 19interfaceAnIntegerno greater than 1interfaceAnIntegerno greater than 7interfaceAnIntegerno greater than 17interfaceAnIntegerno greater than 6interfaceAnIntegerno greater than 16interfaceAnIntegerno greater than 10interfaceAnIntegerno greater than 13interfaceAnIntegerno greater than 3interfaceAnIntegerno greater than 12interfaceAnIntegerno greater than 20interfaceAnIntegerno greater than 2interfaceAnIntegerno greater than 0interfaceThe numberFouror the numberEightinterfaceNMinus1<N extends ConcreteNumber>Represents anIntegerthat is 1 less than some other (integer)ConcreteNumberinterfaceNPlus1<N extends ConcreteNumber>Represents anIntegerthat is 1 more than some other (integer)ConcreteNumberClasses in org.zfcj.math.numbers.concrete that implement NumberModifier and TypeClassDescriptionclassAConcreteNumberis anIntegerwhose value is always the same specific integer and is identified by its type name.final classThe concrete number 8final classThe concrete number 18final classThe concrete number 11final classThe concrete number 15final classThe concrete number 5final classThe concrete number 4final classThe concrete number 14final classThe concrete number -1final classThe concrete number 9final classThe concrete number 19final classThe concrete number 1final classThe concrete number 7final classThe concrete number 17final classThe concrete number 6final classThe concrete number 16final classThe concrete number 10final classThe concrete number 13final classThe concrete number 3final classThe concrete number 12final classThe concrete number 20final classThe concrete number 2final classThe concrete number 0