Uses of Interface
org.zfcj.math.numbers.Integer
Packages that use Integer
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 Integer in org.zfcj.math.numbers
Subinterfaces of Integer in org.zfcj.math.numbersModifier and TypeInterfaceDescriptioninterfaceANaturalNumberis a non-negativeIntegerinterfaceAPositiveIntegeris aNaturalNumberthat isn'tZero.Methods in org.zfcj.math.numbers that return IntegerModifier and TypeMethodDescriptionEuclideanAlgorithm.apply(PositiveInteger[] ints) static IntegerAdds the givenIntegers and returns their sumstatic IntegerCalculates the remainder of dividing the given dividend by the given divisorstatic IntegerMultiplies the givenIntegers and returns their productstatic IntegerSubtracts the given sutrahend from the given minued returning their differencestatic IntegerLeastCommonMultiple.calculate(int... ints) Returns the least common multiple of the given integersstatic IntegerLeastCommonMultiple.calculate(long... longs) Returns the least common multiple of the given longsstatic IntegerLeastCommonMultiple.calculate(BigInteger... bigs) Returns the least common multiple of the given integersstatic IntegerReturns the least common multiple of the given integersRationalNumber.denominator()Return the denominatordefault IntegerReturns the quotient of dividing thisIntegerby the givenIntegerdefault IntegerReturns the difference between thisIntegerand the givenIntegerdefault IntegerReturns the remainder of dividing thisIntegerby the givenIntegerdefault IntegerInteger.numerator()RationalNumber.numerator()Return the numeratorstatic IntegerInteger.of(int i) Returns anIntegerwhose value is the givenintstatic IntegerInteger.of(long i) Returns anIntegerwhose value is the givenlongstatic IntegerInteger.of(BigInteger value) Creates a newIntegerwhose value is the givenBigIntegerstatic IntegerCreates a newIntegerfrom the given string or throws anExceptionif the string does not represent aInteger.default IntegerReturns the sum of thisIntegerand the givenIntegerdefault IntegerReturns the product of thisIntegerand the givenIntegerMethods in org.zfcj.math.numbers that return types with arguments of type IntegerModifier and TypeMethodDescriptionReturns aStreamconsisting of allIntegers in the range from thisIntegerto the givenIntegerMethods in org.zfcj.math.numbers with parameters of type IntegerModifier and TypeMethodDescriptionstatic IntegerAdds the givenIntegers and returns their sumstatic IntegerCalculates the remainder of dividing the given dividend by the given divisorstatic IntegerMultiplies the givenIntegers and returns their productstatic IntegerSubtracts the given sutrahend from the given minued returning their differencestatic IntegerReturns the least common multiple of the given integersReturns aStreamconsisting of allIntegers in the range from thisIntegerto the givenIntegerdefault IntegerReturns the quotient of dividing thisIntegerby the givenIntegerstatic booleanReturns true if the givenIntegers are equal, false otherwisedefault booleanInteger.greaterThan(Integer i) Returns true if thisIntegeris greater than the givenInteger, false otherwisedefault booleanInteger.greaterThanOrEqualTo(Integer i) Returns true if thisIntegeris greater than the givenInteger, false otherwisedefault booleanReturns true if thisIntegeris less than the givenInteger, false otherwisedefault booleanInteger.lessThanOrEqualTo(Integer i) Returns true if thisIntegeris less than the givenInteger, false otherwisedefault IntegerReturns the difference between thisIntegerand the givenIntegerdefault IntegerReturns the remainder of dividing thisIntegerby the givenIntegerstatic RationalNumberCreates a newRationalNumberfrom the given Integer numerator and denominatordefault IntegerReturns the sum of thisIntegerand the givenIntegerdefault IntegerReturns the product of thisIntegerand the givenIntegerstatic StringInteger.toBinaryString(Integer i) Returns a binary string representation of the givenInteger -
Uses of Integer in org.zfcj.math.numbers.concrete
Classes in org.zfcj.math.numbers.concrete with type parameters of type IntegerModifier and TypeInterfaceDescriptioninterfaceAnIntegerthat is at least some otherIntegerinterfaceAnIntegerthat is at most some otherIntegerSubinterfaces of Integer 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 IntegerModifier 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