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 _ 

B

BACK_SLASH - Static variable in class net.sf.jaccumulator.primitives.Constant
ASCII "back slash" 0x005C
BACK_SPACE - Static variable in class net.sf.jaccumulator.primitives.Constant
ASCII "carriage return" 0x0008
base10Log() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
base10Log() - Method in class net.sf.jaccumulator.primitives.Variant
 
base10Log() - Method in class net.sf.jaccumulator.scalars.AbstractScalar
 
base10Log() - Method in interface net.sf.jaccumulator.scalars.MutableScalar
Replace the current value with its base 10 logarithm
BooleanArrayCursor - Class in net.sf.jaccumulator.booleans
A boolean fixed array cursor
BooleanArrayCursor() - Constructor for class net.sf.jaccumulator.booleans.BooleanArrayCursor
 
BooleanArrayCursor(boolean[]) - Constructor for class net.sf.jaccumulator.booleans.BooleanArrayCursor
 
BooleanArrayCursor(boolean[], int) - Constructor for class net.sf.jaccumulator.booleans.BooleanArrayCursor
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
booleanPostDecrement() - Method in interface net.sf.jaccumulator.booleans.MutableBooleanValue
Decrement the scalar value of this object then return the original value prior to decrementing
booleanPostDecrement() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
booleanPostDecrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
booleanPostIncrement() - Method in interface net.sf.jaccumulator.booleans.MutableBooleanValue
Increment the scalar value of this object then return the original value prior to incrementing
booleanPostIncrement() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
booleanPostIncrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
BooleanPrimitive - Class in net.sf.jaccumulator.booleans
Sequential boolean precision primitive implementation
BooleanPrimitive() - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(BigDecimal) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(BigInteger) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(boolean) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(byte) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(char) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(double) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(float) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(int) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(long) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(SealedScalar<?>) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(short) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanPrimitive(String) - Constructor for class net.sf.jaccumulator.booleans.BooleanPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.booleans.BooleanArrayCursor
 
booleanValue() - Method in class net.sf.jaccumulator.booleans.BooleanPrimitive
 
BooleanValue<VALUE extends BooleanValue<VALUE>> - Interface in net.sf.jaccumulator.booleans
A readable and writable boolean property value
booleanValue() - Method in interface net.sf.jaccumulator.booleans.SealedBooleanValue
 
booleanValue() - Method in class net.sf.jaccumulator.bytes.AbstractBytePrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.functions.GaussianRandomPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
booleanValue(BigDecimal) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(BigInteger) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(byte) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(char) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(double) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(float) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(int) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(long) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue(short) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValue() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
booleanValue() - Method in class net.sf.jaccumulator.primitives.Constant
 
booleanValue(double) - Method in class net.sf.jaccumulator.scalars.RoundingStrategy
 
booleanValue(float) - Method in class net.sf.jaccumulator.scalars.RoundingStrategy
 
booleanValue() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
booleanValue() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
booleanValueFromNumber(Number) - Static method in class net.sf.jaccumulator.lex.To
 
booleanValueFromText(CharSequence) - Static method in class net.sf.jaccumulator.lex.To
 
boundsCheck(int, int) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
ByteArrayCursor - Class in net.sf.jaccumulator.bytes
A byte fixed array cursor
ByteArrayCursor() - Constructor for class net.sf.jaccumulator.bytes.ByteArrayCursor
 
ByteArrayCursor(byte[]) - Constructor for class net.sf.jaccumulator.bytes.ByteArrayCursor
 
ByteArrayCursor(byte[], int) - Constructor for class net.sf.jaccumulator.bytes.ByteArrayCursor
 
byteMaskAt(int) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
byteNotMaskAt(int) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
bytePostDecrement() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
bytePostDecrement() - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
bytePostDecrement() - Method in interface net.sf.jaccumulator.bytes.MutableByteValue
Decrement the scalar value of this object then return the original value prior to decrementing
bytePostDecrement() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
bytePostDecrement() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
bytePostDecrement() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
bytePostDecrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
bytePostIncrement() - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
bytePostIncrement() - Method in interface net.sf.jaccumulator.bytes.MutableByteValue
Increment the scalar value of this object then return the original value prior to incrementing
bytePostIncrement() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.primitives.AbstractConstant
 
bytePostIncrement() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
bytePostIncrement() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
bytePostIncrement() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedIntegerPrimitive
 
BytePrimitive - Class in net.sf.jaccumulator.bytes
A byte precision primitive implementation
BytePrimitive() - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(BigDecimal) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(BigInteger) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(boolean) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(byte) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(char) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(double) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(float) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(int) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(long) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(SealedScalar<?>) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(short) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
BytePrimitive(String) - Constructor for class net.sf.jaccumulator.bytes.BytePrimitive
 
byteValue() - Method in class net.sf.jaccumulator.booleans.AbstractBooleanPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.bytes.ByteArrayCursor
 
byteValue() - Method in class net.sf.jaccumulator.bytes.BytePrimitive
 
ByteValue<VALUE extends ByteValue<VALUE>> - Interface in net.sf.jaccumulator.bytes
A readable and writable byte property value
byteValue() - Method in interface net.sf.jaccumulator.bytes.SealedByteValue
 
byteValue() - Method in class net.sf.jaccumulator.characters.AbstractCharacterPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.doubles.AbstractDoublePrimitive
 
byteValue() - Method in class net.sf.jaccumulator.floats.AbstractFloatPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.functions.GaussianRandomPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.functions.RandomPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.integers.AbstractIntegerPrimitive
 
byteValue(boolean) - Static method in class net.sf.jaccumulator.lex.To
 
byteValue() - Method in class net.sf.jaccumulator.longs.AbstractLongPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.primitives.AbstractPrimitiveWrapper
 
byteValue() - Method in class net.sf.jaccumulator.primitives.Constant
 
byteValue(boolean[]) - Static method in class net.sf.jaccumulator.scalars.AbstractScalar
 
byteValue(double) - Method in class net.sf.jaccumulator.scalars.RoundingStrategy
 
byteValue(float) - Method in class net.sf.jaccumulator.scalars.RoundingStrategy
 
byteValue() - Method in class net.sf.jaccumulator.shorts.AbstractShortPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.texts.AbstractTextPrimitive
 
byteValue() - Method in class net.sf.jaccumulator.unlimiteds.AbstractUnlimitedDecimalPrimitive
 
byteValue() - 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.