Modifier and Type | Method and Description |
---|---|
Domain |
SealedAlgebraicStructure.getDomain() |
Domain |
AbstractAccumulator.getDomain() |
static Domain |
Domain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain[] |
Domain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
STRUCTURE |
MutableAlgebraicStructure.assertDomain(Domain aDomain)
Attempt to convert the implementation
domain of this
structure to the closest available match for the proposed domain. |
Constructor and Description |
---|
AbstractBytePrimitive(Domain aDomain) |
Constructor and Description |
---|
AbstractDoublePrimitive(Domain aDomain) |
Constructor and Description |
---|
AbstractFloatPrimitive(Domain aDomain) |
Modifier and Type | Method and Description |
---|---|
Domain |
ModuloIntegerPrimitive.getDomain() |
Constructor and Description |
---|
AbstractIntegerPrimitive(Domain aDomain) |
Constructor and Description |
---|
AbstractLongPrimitive(Domain aDomain) |
Modifier and Type | Method and Description |
---|---|
Domain |
AbstractPrimitiveWrapper.getDomain() |
Modifier and Type | Method and Description |
---|---|
Variant |
Variant.assertDomain(Domain aDomain) |
PRIMITIVE |
AbstractPrimitiveWrapper.assertDomain(Domain aDomain) |
Constructor and Description |
---|
AbstractConstant(Domain aDomain,
NumericPrecision aPrecision) |
AbstractNumericPrimitive(Domain aDomain,
NumericPrecision aPrecision) |
AbstractPrimitive(Domain aDomain,
NumericPrecision aPrecision) |
Constant(Domain aDomain,
NumericPrecision aPrecision,
boolean aBoolean,
Boolean aBooleanObject,
byte aByte,
char aCharacter,
Character aCharacterObject,
double aDouble,
float aFloat,
int anInteger,
long aLong,
Number aNumber,
short aShort,
String aString,
BigDecimal anUnlimitedDecimal,
BigInteger anUnlimitedInteger,
int aHashCode,
int aSignum,
boolean isInfinity,
boolean isInvalid,
boolean isMaximum,
boolean isMinimum,
boolean isNegative,
boolean isNegativeInfinity,
boolean isPositive,
boolean isPositiveInfinity,
boolean isUnity,
boolean isZero) |
Constructor and Description |
---|
AbstractReal(Domain aDomain,
NumericPrecision aPrecision) |
Modifier and Type | Method and Description |
---|---|
Domain |
AbstractScalar.getDomain() |
Modifier and Type | Method and Description |
---|---|
SCALAR |
AbstractScalar.assertDomain(Domain aDomain) |
Constructor and Description |
---|
AbstractScalar(Domain aDomain,
NumericPrecision aPrecision) |
Constructor and Description |
---|
AbstractShortPrimitive(Domain aDomain) |
Constructor and Description |
---|
AbstractUnlimitedDecimalPrimitive(Domain aDomain) |
AbstractUnlimitedDecimalPrimitive(Domain aDomain,
BigDecimal aValue) |
AbstractUnlimitedIntegerPrimitive(Domain aDomain) |
AbstractUnlimitedIntegerPrimitive(Domain aDomain,
BigInteger aValue) |
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.