Package | Description |
---|---|
net.sf.jaccumulator.booleans |
Modifier and Type | Method and Description |
---|---|
BooleanArrayCursor |
BooleanArrayCursor.and(boolean aValue) |
BooleanArrayCursor |
BooleanArrayCursor.copy() |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(BigDecimal aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(BigInteger aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(boolean aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(byte aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(char aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(double aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(float aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(int aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(long aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsing(short aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsingPrimitive(SealedPrimitive<?> aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsingReal(SealedReal<?> aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsingScalar(SealedScalar<?> aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.copyUsingText(CharSequence aKey)
Using this
Cursor as a factory, produce a new Cursor of the same
type, using the same source domain, but keyed using the value specified |
BooleanArrayCursor |
BooleanArrayCursor.not() |
BooleanArrayCursor |
BooleanArrayCursor.or(boolean aValue) |
BooleanArrayCursor |
BooleanArrayCursor.setScalar(boolean aValue) |
BooleanArrayCursor |
BooleanArrayCursor.xor(boolean aValue) |
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.