public class
MiscDataBufferFactory
Factory of miscellaneous data buffers
Public Constructors
Public Methods
static BooleanDataBuffer |
create(BitSet bitSet, long numBits, boolean readOnly)
|
static <T> DataBuffer<T> |
create(T[] array, boolean readOnly)
|
static BooleanDataBuffer |
create(boolean[] array, boolean readOnly)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|