public static final class GenericBuffer.GenericWrapper<T> extends JVMBuffer.SingleValueWrapper<T,GenericBuffer.PrimitiveGenericWrapper<T>> implements GenericBuffer.PrimitiveGenericWrapper<T>
value| Constructor and Description |
|---|
GenericWrapper(T value) |
| Modifier and Type | Method and Description |
|---|---|
T[] |
asArray() |
GenericBuffer.PrimitiveGenericWrapper<T> |
copy() |
protected GenericBuffer.PrimitiveGenericWrapper<T> |
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 GenericWrapper(T value)
protected GenericBuffer.PrimitiveGenericWrapper<T> getThis()
getThis in class JVMBuffer.SingleValueWrapper<T,GenericBuffer.PrimitiveGenericWrapper<T>>public GenericBuffer.PrimitiveGenericWrapper<T> copy()
copy in interface JVMBuffer.PrimitiveArrayWrapper<T,GenericBuffer.PrimitiveGenericWrapper<T>>public T[] asArray()
asArray in interface JVMBuffer.PrimitiveArrayWrapper<T,GenericBuffer.PrimitiveGenericWrapper<T>>asArray in interface GenericBuffer.PrimitiveGenericWrapper<T>