Interfaces
BooleanDataBuffer | A DataBuffer of booleans. |
ByteDataBuffer | A DataBuffer of bytes. |
DataBuffer<T> | A container of data of a specific type. |
DataBufferWindow<B extends DataBuffer<?>> | A mutable container for viewing part of a DataBuffer . |
DataStorageVisitor<R> | Visit the backing storage of DataBuffer instances. |
DoubleDataBuffer | A DataBuffer of doubles. |
FloatDataBuffer | A DataBuffer of floats. |
IntDataBuffer | A DataBuffer of ints. |
LongDataBuffer | A DataBuffer of longs. |
ShortDataBuffer | A DataBuffer of shorts. |
Classes
DataBuffers | Helper class for creating DataBuffer instances. |