Package | Description |
---|---|
net.sf.jaccumulator.bytes |
Modifier and Type | Method and Description |
---|---|
ByteArrayCursor |
ByteArrayCursor.and(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.copy() |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.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 |
ByteArrayCursor |
ByteArrayCursor.decrement() |
ByteArrayCursor |
ByteArrayCursor.difference(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.increment() |
ByteArrayCursor |
ByteArrayCursor.mod(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.not() |
ByteArrayCursor |
ByteArrayCursor.or(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.product(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.quotient(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.setScalar(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.shiftLeft(int count) |
ByteArrayCursor |
ByteArrayCursor.shiftRight(int count) |
ByteArrayCursor |
ByteArrayCursor.shiftRightExtendZero(int count) |
ByteArrayCursor |
ByteArrayCursor.sum(byte aValue) |
ByteArrayCursor |
ByteArrayCursor.xor(byte aValue) |
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.