Java Accumulators and Variants, 4.0-BETA-1
A B C D E F G H I L M N O P Q R S T U V X Z _ 

S

SCALAR - Static variable in class net.sf.jaccumulator.lex.To
 
Scalar<SCALAR extends Scalar<SCALAR>> - Interface in net.sf.jaccumulator.scalars
Read and write operations for all system supported "scalar" values, or binary vectors optimized for processing and generally participate in arithmetic operators supported by the host programming language
ScalarAction<MODEL> - Interface in net.sf.jaccumulator.lex
An action processor for Scalar signals
ScalarDomain<DOMAIN extends ScalarDomain<DOMAIN>> - Interface in net.sf.jaccumulator.scalars
A read/write contract for an algebraic structure within which Scalars can be embedded
ScalarGuard<MODEL> - Interface in net.sf.jaccumulator.lex
Determines whether a ScalarAction signal should be rejected or accepted within the current context of a specific model
ScalarInductor<SCALAR extends ScalarInductor<SCALAR>> - Interface in net.sf.jaccumulator.scalars
Imparts scalar values into other scalars
ScalarReplicator<SCALAR extends ScalarReplicator<SCALAR>> - Interface in net.sf.jaccumulator.scalars
SealedAccumulator<ACCUMULATOR extends SealedAccumulator<ACCUMULATOR>> - Interface in net.sf.jaccumulator
A read-only Accumulator
SealedAlgebraicStructure - Interface in net.sf.jaccumulator
A read-only algebraic structure
SealedBooleanValue - Interface in net.sf.jaccumulator.booleans
A simple method to retrieve a boolean property value
SealedByteValue - Interface in net.sf.jaccumulator.bytes
A simple method to retrieve a byte property value
SealedCharacterValue - Interface in net.sf.jaccumulator.characters
A simple method to retrieve a char property value
SealedDoubleValue - Interface in net.sf.jaccumulator.doubles
A simple method to retrieve a double property value
SealedFloatValue - Interface in net.sf.jaccumulator.floats
A simple method to retrieve a float property value
SealedIntegerValue - Interface in net.sf.jaccumulator.integers
A simple method to retrieve an int property value
SealedKernel - Interface in net.sf.jaccumulator
A sealed, indivisible unit of state processing
SealedLongValue - Interface in net.sf.jaccumulator.longs
A simple method to retrieve a long property value
SealedPrimitive<PRIMITIVE extends SealedPrimitive<PRIMITIVE>> - Interface in net.sf.jaccumulator.primitives
Read operations for system supported primitives.
SealedReal<REAL extends SealedReal<REAL>> - Interface in net.sf.jaccumulator.reals
Read behavior for any representation of real numbers, either boolean vector, unlimited array representation or text
SealedRealBag - Interface in net.sf.jaccumulator.reals
A read-only algebraic structure with a real ordinality (element count)
SealedRealDomain - Interface in net.sf.jaccumulator.reals
A read-only contract for an algebraic structure within which reals can be embedded
SealedScalar<SCALAR extends SealedScalar<SCALAR>> - Interface in net.sf.jaccumulator.scalars
Read operations for all system supported "scalar" values, or binary vectors optimized for processing and generally participate in arithmetic operators supported by the host programming language
SealedScalarBag - Interface in net.sf.jaccumulator.scalars
A read-only algebraic structure with a scalar ordinality (element count)
SealedScalarDomain - Interface in net.sf.jaccumulator.scalars
A read-only contract for an algebraic structure within which Scalars can be embedded
SealedShortValue - Interface in net.sf.jaccumulator.shorts
A simple method to retrieve a short property value
SealedText<TEXT extends SealedText<TEXT>> - Interface in net.sf.jaccumulator.texts
Read behavior for any representation of text
SealedTextValue - Interface in net.sf.jaccumulator.texts
A simple method to retrieve a text property value
SealedUnlimitedDecimalValue - Interface in net.sf.jaccumulator.unlimiteds
A simple method to retrieve an unlimited decimal property value
SealedUnlimitedIntegerValue - Interface in net.sf.jaccumulator.unlimiteds
A simple method to retrieve an unlimited integer property value
setAccumulator(Accumulator<?>) - Method in class net.sf.jaccumulator.AbstractAccumulator
 
setAccumulator(Accumulator<?>) - Method in interface net.sf.jaccumulator.MutableAccumulator
Attempt to share the target of the specified Accumulator with this Accumulator, and also mirror this Accumulator's relationships to the relationship map of the specified Accumulator.
setBoolean(Boolean) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setBoolean(Boolean) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setBoolean(Boolean) - Method in interface net.sf.jaccumulator.primitives.MutablePrimitive
Set this property to the specified system-supported Boolean and answer this object (facilitates chaining)
setBoolean(Boolean) - Method in class net.sf.jaccumulator.primitives.Variant
 
setBoolean(Boolean) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setByteBitAt(int, byte) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setCharacter(Character) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setCharacter(Character) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setCharacter(Character) - Method in interface net.sf.jaccumulator.primitives.MutablePrimitive
Set this property to the specified system-supported Character and answer this object (facilitates chaining)
setCharacter(Character) - Method in class net.sf.jaccumulator.primitives.Variant
 
setCharacter(Character) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setCharAt(int, char) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setCharAt(int, char) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setCharAt(int, char) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setCharAt(int, char) - Method in class net.sf.jaccumulator.primitives.Variant
 
setCharAt(int, char) - Method in interface net.sf.jaccumulator.texts.MutableTextValue
 
setCharAt(int, char) - Method in class net.sf.jaccumulator.texts.TextPrimitive
 
setCharBitAt(int, char) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setDoubleBitAt(int, double) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setE() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setE() - Method in class net.sf.jaccumulator.primitives.Variant
 
setE() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setE() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with e, or Napier's constant
setE() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setEnumeration(E) - Method in class net.sf.jaccumulator.integers.EnumerationPrimitive
 
setEnumeration(E) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setEnumeration(E) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setEnumeration(E) - Method in class net.sf.jaccumulator.primitives.Variant
 
setEnumeration(E) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setEnumeration(E) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Match the value of this object with the identity of the specified enumeration instance, then answer this object (facilitates chaining)
setEnumeration(E) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setFalse() - Method in interface net.sf.jaccumulator.booleans.MutableBooleanValue
Set this property to its equivalent of true and answer this object (facilitates chaining)
setFalse() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setFalse() - Method in class net.sf.jaccumulator.primitives.Variant
 
setFalse() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setFloatBitAt(int, float) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setIntBitAt(int, int) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setLength(int) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setLength(int) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setLength(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setLength(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
setLength(int) - Method in interface net.sf.jaccumulator.texts.MutableTextValue
 
setLength(int) - Method in class net.sf.jaccumulator.texts.TextPrimitive
 
setLongBitAt(int, long) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setMaximum() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setMaximum() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setMaximum() - Method in class net.sf.jaccumulator.primitives.Variant
 
setMaximum() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with maximum value available for the implementation's numeric precision.
setMaximum() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setMaximum() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setMinimum() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setMinimum() - Method in class net.sf.jaccumulator.primitives.Variant
 
setMinimum() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with minimum value available for the implementation's numeric precision.
setMinimum() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setMinimum() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setNegativeInfinity() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setNegativeInfinity() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setNegativeInfinity() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setNegativeInfinity() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setNegativeInfinity() - Method in class net.sf.jaccumulator.primitives.Variant
 
setNegativeInfinity() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setNegativeInfinity() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with a representation of negative infinity, if available, otherwise replace with the implementation's minimum value
setNegativeInfinity() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.reals.AbstractReal
 
setNumber(Number) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setNumber(Number) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set this object to the specified system-supported Number and answer this object (facilitates chaining)
setNumber(Number) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setNumber(Number) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setPi() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setPi() - Method in class net.sf.jaccumulator.primitives.Variant
 
setPi() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setPi() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with Pi
setPi() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setPositiveInfinity() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setPositiveInfinity() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setPositiveInfinity() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setPositiveInfinity() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setPositiveInfinity() - Method in class net.sf.jaccumulator.primitives.Variant
 
setPositiveInfinity() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setPositiveInfinity() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with a representation of positive infinity, if available, otherwise replace with the implementation's maximum value
setPositiveInfinity() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.integers.EnumerationPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setPrimitive(SealedPrimitive<?>) - Method in interface net.sf.jaccumulator.primitives.MutablePrimitive
Set this property to the specified primitive
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.integers.EnumerationPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.primitives.Variant
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.primitives.Variant
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.primitives.Variant
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.reals.AbstractReal
 
setReal(SealedReal<?>) - Method in interface net.sf.jaccumulator.reals.MutableReal
Set this property to the specified numeric primitive and answer this object (facilitates chaining)
setReal(BigDecimal) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setReal(BigDecimal) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setReal(SealedReal<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setReal(BigDecimal) - Method in interface net.sf.jaccumulator.unlimiteds.MutableUnlimitedDecimalValue
Set this property to the specified unlimited decimal value and answer this object (facilitates chaining)
setReal(BigInteger) - Method in interface net.sf.jaccumulator.unlimiteds.MutableUnlimitedIntegerValue
Set this property to the specified unlimited integer value and answer this object (facilitates chaining)
setReal(BigDecimal) - Method in class net.sf.jaccumulator.unlimiteds.UnlimitedDecimalPrimitive
 
setReal(BigInteger) - Method in class net.sf.jaccumulator.unlimiteds.UnlimitedIntegerPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setScalar(boolean) - Method in class net.sf.jaccumulator.booleans.BooleanArrayCursor
 
setScalar(boolean) - Method in class net.sf.jaccumulator.booleans.BooleanPrimitive
 
setScalar(boolean) - Method in interface net.sf.jaccumulator.booleans.MutableBooleanValue
Set this property to the specified boolean value and answer this object (facilitates chaining)
setScalar(boolean) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
setScalar(byte) - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
setScalar(byte) - Method in interface net.sf.jaccumulator.bytes.MutableByteValue
Set this property to the specified byte value and answer this object (facilitates chaining)
setScalar(boolean) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.characters.CharacterArrayCursor
 
setScalar(char) - Method in class net.sf.jaccumulator.characters.CharacterPrimitive
 
setScalar(char) - Method in interface net.sf.jaccumulator.characters.MutableCharacterValue
Set this property to the specified char value and answer this object (facilitates chaining)
setScalar(boolean) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.doubles.DoublePrimitive
 
setScalar(double) - Method in interface net.sf.jaccumulator.doubles.MutableDoubleValue
Set this property to the specified double value and answer this object (facilitates chaining)
setScalar(boolean) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.floats.FloatPrimitive
 
setScalar(float) - Method in interface net.sf.jaccumulator.floats.MutableFloatValue
Set this property to the specified float value and answer this object (facilitates chaining)
setScalar(long) - Method in class net.sf.jaccumulator.functions.Milliseconds
 
setScalar(long) - Method in class net.sf.jaccumulator.functions.Nanoseconds
 
setScalar(boolean) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
setScalar(boolean) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.integers.EnumerationPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.integers.EnumerationPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.integers.IntegerPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.integers.ModuloIntegerPrimitive
 
setScalar(int) - Method in interface net.sf.jaccumulator.integers.MutableIntegerValue
Set this property to the specified int value and answer this object (facilitates chaining)
setScalar(boolean) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.longs.LongPrimitive
 
setScalar(long) - Method in interface net.sf.jaccumulator.longs.MutableLongValue
Set this property to the specified long value and answer this object (facilitates chaining)
setScalar(boolean) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(byte) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(char) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(double) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(float) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(int) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(long) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(short) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setScalar(boolean) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(byte) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(char) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(double) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(float) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(long) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(short) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setScalar(boolean) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(byte) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(char) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(double) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(float) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(long) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(short) - Method in class net.sf.jaccumulator.primitives.Variant
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setScalar(SealedScalar<?>) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set this object to the specified scalar
setScalar(boolean) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setScalar(short) - Method in interface net.sf.jaccumulator.shorts.MutableShortValue
Set this property to the specified short value and answer this object (facilitates chaining)
setScalar(short) - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
setScalar(boolean) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
setScalar(boolean) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setScalar(boolean) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(byte) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(char) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(double) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(float) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(long) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setScalar(short) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setShortBitAt(int, short) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setText(CharSequence) - Method in class net.sf.jaccumulator.integers.EnumerationPrimitive
 
setText(CharSequence) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
setText(CharSequence) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
setText(CharSequence) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setText(CharSequence) - Method in class net.sf.jaccumulator.primitives.Variant
 
setText(CharSequence) - Method in interface net.sf.jaccumulator.texts.MutableTextValue
Set this property to the specified text value and answer this object (facilitates chaining)
setText(CharSequence) - Method in class net.sf.jaccumulator.texts.TextPrimitive
 
setTrue() - Method in interface net.sf.jaccumulator.booleans.MutableBooleanValue
Set this property to its equivalent of true and answer this object (facilitates chaining)
setTrue() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setTrue() - Method in class net.sf.jaccumulator.primitives.Variant
 
setTrue() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setUnity() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setUnity() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setUnity() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setUnity() - Method in class net.sf.jaccumulator.primitives.Variant
 
setUnity() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setUnity() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with the multiplicative identity appropriate for the implementation (one)
setUnity() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setUnity() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
setUnlimitedDecimalBitAt(int, BigDecimal) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setUnlimitedIntegerBitAt(int, BigInteger) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setZero() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
setZero() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
setZero() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
setZero() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
setZero() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
setZero() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
setZero() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
setZero() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
setZero() - Method in class net.sf.jaccumulator.primitives.Variant
 
setZero() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
setZero() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with the additive identity appropriate for the implementation (zero)
setZero() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
setZero() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
setZero() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
SEVEN - Static variable in class net.sf.jaccumulator.primitives.Constant
Seven (7)
shareTarget(Primitive<?>) - Method in class net.sf.jaccumulator.AbstractSimpleAccumulator
 
shareTarget(Primitive<?>) - Method in class net.sf.jaccumulator.AbstractStickyTarget
 
shareTarget(Primitive<?>) - Method in interface net.sf.jaccumulator.MutableAccumulator
Attempt to share the specified Primitive target with this Accumulator, or, if this Accumulator's target could not be replaced, attempt to change the current target's value
shareTargetWith(Accumulator<?>) - Method in class net.sf.jaccumulator.AbstractAccumulator
 
shareTargetWith(Accumulator<?>) - Method in class net.sf.jaccumulator.AbstractStickyTarget
 
shareTargetWith(Accumulator<?>) - Method in interface net.sf.jaccumulator.MutableAccumulator
Attempt to share the specified Accumulator's Primitive target with this Accumulator, or, if this Accumulator's target could not be replaced, attempt to change the current target's value
shiftLeft(int) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
shiftLeft(int) - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.characters.CharacterArrayCursor
 
shiftLeft(int) - Method in class net.sf.jaccumulator.characters.CharacterPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.functions.Milliseconds
 
shiftLeft(int) - Method in class net.sf.jaccumulator.functions.Nanoseconds
 
shiftLeft(int) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.integers.IntegerPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.longs.LongPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
shiftLeft(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
shiftLeft(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
shiftLeft(int) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Attempt to shift the elements of this tuple to the "left" the specified number of ordinal positions.
shiftLeft(int) - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
shiftLeft(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
shiftRight(int) - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.characters.CharacterArrayCursor
 
shiftRight(int) - Method in class net.sf.jaccumulator.characters.CharacterPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.functions.Milliseconds
 
shiftRight(int) - Method in class net.sf.jaccumulator.functions.Nanoseconds
 
shiftRight(int) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.integers.IntegerPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.longs.LongPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
shiftRight(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
shiftRight(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
shiftRight(int) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Attempt to shift the elements of this tuple to the "right" the specified number of ordinal positions.
shiftRight(int) - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
shiftRight(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.characters.CharacterArrayCursor
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.characters.CharacterPrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.integers.IntegerPrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.longs.LongPrimitive
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
shiftRightExtendZero(int) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Attempt to shift the elements of this tuple to the "right" the specified number of ordinal positions without sign extension.
shiftRightExtendZero(int) - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
shortMaskAt(int) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
shortNotMaskAt(int) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
shortPostDecrement() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
shortPostDecrement() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
shortPostDecrement() - Method in interface net.sf.jaccumulator.shorts.MutableShortValue
Decrement the scalar value of this object then return the original value prior to decrementing
shortPostDecrement() - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
shortPostDecrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
shortPostIncrement() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
shortPostIncrement() - Method in interface net.sf.jaccumulator.shorts.MutableShortValue
Increment the scalar value of this object then return the original value prior to incrementing
shortPostIncrement() - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
shortPostIncrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
ShortPrimitive - Class in net.sf.jaccumulator.shorts
A short precision primitive implementation
ShortPrimitive() - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(BigDecimal) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(BigInteger) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(boolean) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(byte) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(char) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(double) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(float) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(int) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(long) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(SealedScalar<?>) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(short) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortPrimitive(String) - Constructor for class net.sf.jaccumulator.shorts.ShortPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
shortValue() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
shortValue() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.functions.GaussianRandomPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
shortValue(boolean) - Static method in class net.sf.jaccumulator.lex.To
 
shortValue() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
shortValue() - Method in class net.sf.jaccumulator.primitives.Constant
 
shortValue(boolean[]) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
shortValue(double) - Method in class net.sf.jaccumulator.scalars.RoundingStrategy
 
shortValue(float) - Method in class net.sf.jaccumulator.scalars.RoundingStrategy
 
shortValue() - Method in interface net.sf.jaccumulator.shorts.SealedShortValue
 
shortValue() - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
ShortValue<VALUE extends ShortValue<VALUE>> - Interface in net.sf.jaccumulator.shorts
A readable and writable short property value
shortValue() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
shortValue() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
signum() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
signum() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
signum() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
signum() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
signum() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
signum() - Method in class net.sf.jaccumulator.primitives.Constant
 
signum() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
signum() - Method in interface net.sf.jaccumulator.scalars.NumericProperties
 
signum() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
signum() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
signum() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
SimpleAccumulator - Class in net.sf.jaccumulator
A simple Accumulator with an independent, replaceable target Primitive
SimpleAccumulator() - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(Accumulator<?>) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(BigDecimal) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(BigInteger) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(boolean) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(byte) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(char) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(String) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(double) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(Enum<?>) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(float) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(int) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(long) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(Primitive<?>) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(Primitive<?>, AssociativeList<Accumulator<?>, Accumulator<?>>) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
SimpleAccumulator(short) - Constructor for class net.sf.jaccumulator.SimpleAccumulator
 
sine() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sine() - Method in class net.sf.jaccumulator.primitives.Variant
 
sine() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sine() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value, assumed to be an angle in radians, to its sine
SINGLE_QUOTE - Static variable in class net.sf.jaccumulator.primitives.Constant
ASCII single quote 0x0027
SIX - Static variable in class net.sf.jaccumulator.primitives.Constant
Size (6)
size() - Method in class net.sf.jaccumulator.AbstractAccumulator
 
size() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
size() - Method in class net.sf.jaccumulator.primitives.Constant
 
size() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
size() - Method in enum net.sf.jaccumulator.scalars.NumericPrecision
 
size() - Method in interface net.sf.jaccumulator.SealedAlgebraicStructure
Returns the number of elements in this algebraic structure.
size() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
size() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
size() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
SPACE - Static variable in class net.sf.jaccumulator.primitives.Constant
ASCII space 0x0020
square() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
square() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
square() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
square() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
square() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
square() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
square() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
square() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
square() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
square() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
square() - Method in class net.sf.jaccumulator.primitives.Variant
 
square() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with the square of itself
square() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
square() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
square() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
square() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
squareRoot() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
squareRoot() - Method in class net.sf.jaccumulator.primitives.Variant
 
squareRoot() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
squareRoot() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with the square root of itself
StructureProperties - Interface in net.sf.jaccumulator
Prepositions for querying general properties of algebraic structures
StructureStrategy - Enum in net.sf.jaccumulator
General structure type
subSequence(int, int) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
subSequence(int, int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
subSequence(int, int) - Method in class net.sf.jaccumulator.primitives.Constant
 
subSequence(int, int) - Method in class net.sf.jaccumulator.primitives.Variant
 
subSequence(int, int) - Method in class net.sf.jaccumulator.texts.TextPrimitive
 
substring(int) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
substring(int, int) - Method in class net.sf.jaccumulator.primitives.AbstractNumericPrimitive
 
substring(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
substring(int, int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
substring(int) - Method in class net.sf.jaccumulator.primitives.Constant
 
substring(int, int) - Method in class net.sf.jaccumulator.primitives.Constant
 
substring(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
substring(int, int) - Method in class net.sf.jaccumulator.primitives.Variant
 
substring(int) - Method in interface net.sf.jaccumulator.texts.SealedTextValue
 
substring(int, int) - Method in interface net.sf.jaccumulator.texts.SealedTextValue
 
substring(int) - Method in class net.sf.jaccumulator.texts.TextPrimitive
 
substring(int, int) - Method in class net.sf.jaccumulator.texts.TextPrimitive
 
sum(BigDecimal) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(BigInteger) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(double) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(float) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(long) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
sum(byte) - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.characters.CharacterArrayCursor
 
sum(char) - Method in class net.sf.jaccumulator.characters.CharacterPrimitive
 
sum(BigDecimal) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(BigInteger) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(char) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(float) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(int) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(long) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(short) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
sum(double) - Method in class net.sf.jaccumulator.doubles.DoublePrimitive
 
sum(BigDecimal) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(BigInteger) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(long) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
sum(float) - Method in class net.sf.jaccumulator.floats.FloatPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.integers.AbstractModuloIntegerPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.integers.IntegerPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
sum(long) - Method in class net.sf.jaccumulator.longs.LongPrimitive
 
sum(BigDecimal) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(BigInteger) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(boolean) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(byte) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(char) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(double) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(float) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(int) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(long) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(short) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
sum(BigDecimal) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(BigInteger) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(boolean) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(byte) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(char) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(double) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(float) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(int) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(long) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(short) - Method in class net.sf.jaccumulator.primitives.Variant
 
sum(BigDecimal) - Method in class net.sf.jaccumulator.reals.AbstractReal
 
sum(BigInteger) - Method in class net.sf.jaccumulator.reals.AbstractReal
 
sum(BigDecimal) - Method in interface net.sf.jaccumulator.reals.MutableReal
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(BigInteger) - Method in interface net.sf.jaccumulator.reals.MutableReal
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(boolean) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(byte) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(char) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(double) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(float) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(int) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(long) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(short) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sum(boolean) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(byte) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(char) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(double) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(float) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(int) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(long) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(short) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sum(boolean) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.shorts.ShortPrimitive
 
sum(BigInteger) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(double) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(float) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(long) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
sum(boolean) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(byte) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(char) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(double) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(float) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(int) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(long) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sum(short) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
sumOfNumber(Number) - Method in class net.sf.jaccumulator.reals.AbstractReal
 
sumOfNumber(Number) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sumOfNumber(Number) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
sumOfNumber(Number) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
sumOfPrimitive(SealedPrimitive<?>) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitive
 
sumOfPrimitive(SealedPrimitive<?>) - Method in interface net.sf.jaccumulator.primitives.MutablePrimitive
Set the value of this scalar to the mathematical sum of its current value and the specified value.
sumOfReal(SealedReal<?>) - Method in class net.sf.jaccumulator.reals.AbstractReal
 
sumOfReal(SealedReal<?>) - Method in interface net.sf.jaccumulator.reals.MutableReal
Set the value of this scalar to the mathematical sum of its current value and the specified value
sumOfReal(SealedReal<?>) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
sumOfScalar(SealedScalar<?>) - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
sumOfScalar(SealedScalar<?>) - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Set the value of this scalar to the mathematical sum of its current value and the specified value
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
swapPrimitives(Primitive<?>) - Method in interface net.sf.jaccumulator.primitives.Primitive
Swap the value of this primitive for the specified one and set the specified primitive's value to the current value of this primitive
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.primitives.Variant
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
swapPrimitives(Primitive<?>) - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
A B C D E F G H I L M N O P Q R S T U V X Z _ 
Java Accumulators and Variants, 4.0-BETA-1

Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.