Uses of Interface
components.naturalnumber.NaturalNumber
Packages that use NaturalNumber
Package
Description
Provides the
NaturalNumber
family interfaces and implementing classes.-
Uses of NaturalNumber in components.naturalnumber
Classes in components.naturalnumber that implement NaturalNumberModifier and TypeClassDescriptionclass
NaturalNumber
represented as ajava.math.BigInteger
with implementations of primary methods.class
class
NaturalNumber
represented as aString
with implementations of primary methods.class
class
Layered implementations of secondary methods forNaturalNumber
.Methods in components.naturalnumber that return NaturalNumberModifier and TypeMethodDescriptionNaturalNumber.divide
(NaturalNumber n) Dividesthis
byn
, returning the remainder.NaturalNumberSecondary.divide
(NaturalNumber n) final NaturalNumber
NaturalNumber1L.newInstance()
final NaturalNumber
NaturalNumber2.newInstance()
final NaturalNumber
NaturalNumber3.newInstance()
final NaturalNumber
NaturalNumber4.newInstance()
Methods in components.naturalnumber with parameters of type NaturalNumberModifier and TypeMethodDescriptionvoid
NaturalNumber.add
(NaturalNumber n) Addsn
tothis
.void
NaturalNumberSecondary.add
(NaturalNumber n) int
NaturalNumberSecondary.compareTo
(NaturalNumber n) void
NaturalNumber.copyFrom
(NaturalNumber n) Copiesn
tothis
.void
NaturalNumberSecondary.copyFrom
(NaturalNumber n) NaturalNumber.divide
(NaturalNumber n) Dividesthis
byn
, returning the remainder.NaturalNumberSecondary.divide
(NaturalNumber n) void
NaturalNumber.multiply
(NaturalNumber n) Multipliesthis
byn
.void
NaturalNumberSecondary.multiply
(NaturalNumber n) void
NaturalNumber.subtract
(NaturalNumber n) Subtractsn
fromthis
.void
NaturalNumberSecondary.subtract
(NaturalNumber n) final void
NaturalNumber1L.transferFrom
(NaturalNumber source) final void
NaturalNumber2.transferFrom
(NaturalNumber source) final void
NaturalNumber3.transferFrom
(NaturalNumber source) final void
NaturalNumber4.transferFrom
(NaturalNumber source) Constructors in components.naturalnumber with parameters of type NaturalNumberModifierConstructorDescriptionConstructor fromNaturalNumber
.Constructor fromNaturalNumber
.Constructor fromNaturalNumber
.Constructor fromNaturalNumber
.