public static final class BooleanBuffer.BooleanWrapper extends JVMBuffer.SingleValueWrapper<java.lang.Boolean,BooleanBuffer.PrimitiveBooleanWrapper> implements BooleanBuffer.PrimitiveBooleanWrapper
value| Constructor and Description |
|---|
BooleanWrapper(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean[] |
asArray() |
boolean[] |
asBooleanArray() |
double[] |
asDoubleArray() |
int[] |
asIntegerArray() |
BooleanBuffer.PrimitiveBooleanWrapper |
copy() |
protected BooleanBuffer.PrimitiveBooleanWrapper |
getThis() |
apply, applyLeft, applyRight, copyFrom, equals, get, getLength, hashCode, setclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitapply, applyLeft, applyRight, asArray, copyFrom, get, getLength, setpublic BooleanBuffer.PrimitiveBooleanWrapper copy()
copy in interface JVMBuffer.PrimitiveArrayWrapper<java.lang.Boolean,BooleanBuffer.PrimitiveBooleanWrapper>public int[] asIntegerArray()
asIntegerArray in interface BooleanBuffer.PrimitiveBooleanWrapperpublic double[] asDoubleArray()
asDoubleArray in interface BooleanBuffer.PrimitiveBooleanWrapperpublic boolean[] asBooleanArray()
asBooleanArray in interface BooleanBuffer.PrimitiveBooleanWrapperpublic java.lang.Boolean[] asArray()
asArray in interface JVMBuffer.PrimitiveArrayWrapper<java.lang.Boolean,BooleanBuffer.PrimitiveBooleanWrapper>protected BooleanBuffer.PrimitiveBooleanWrapper getThis()
getThis in class JVMBuffer.SingleValueWrapper<java.lang.Boolean,BooleanBuffer.PrimitiveBooleanWrapper>