public interface ILcdGLLongBuffer extendsILcdGLBuffer
long
.Modifier and Type | Method and Description |
---|---|
long[] |
array()
Deprecated.
|
int |
arrayOffset()
Deprecated.
|
ILcdGLLongBuffer |
asReadOnlyBuffer()
Deprecated.
|
ILcdGLLongBuffer |
compact()
Deprecated.
|
ILcdGLLongBuffer |
duplicate()
Deprecated.
|
long |
get()
Deprecated.
|
long |
get(int index)
Deprecated.
|
ILcdGLLongBuffer |
get(long[] dst)
Deprecated.
|
ILcdGLLongBuffer |
get(long[] dst,
int offset,
int length)
Deprecated.
|
boolean |
hasArray()
Deprecated.
|
ILcdGLLongBuffer |
put(ILcdGLLongBuffer src)
Deprecated.
|
ILcdGLLongBuffer |
put(int index,
long f)
Deprecated.
|
ILcdGLLongBuffer |
put(long f)
Deprecated.
|
ILcdGLLongBuffer |
put(long[] src)
Deprecated.
|
ILcdGLLongBuffer |
put(long[] src,
int offset,
int length)
Deprecated.
|
ILcdGLLongBuffer |
slice()
Deprecated.
|
ILcdGLLongBuffer slice()
ILcdGLLongBuffer duplicate()
ILcdGLLongBuffer asReadOnlyBuffer()
long get() throws TLcdGLBufferUnderflowException
TLcdGLBufferUnderflowException
long get(int index) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
ILcdGLLongBuffer get(long[] dst, int offset, int length) throws TLcdGLBufferUnderflowException, java.lang.IndexOutOfBoundsException
TLcdGLBufferUnderflowException
java.lang.IndexOutOfBoundsException
ILcdGLLongBuffer get(long[] dst) throws TLcdGLBufferUnderflowException
TLcdGLBufferUnderflowException
ILcdGLLongBuffer put(long f) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException
ILcdGLLongBuffer put(int index, long f) throws java.lang.IndexOutOfBoundsException, TLcdGLReadOnlyBufferException
java.lang.IndexOutOfBoundsException
TLcdGLReadOnlyBufferException
ILcdGLLongBuffer put(ILcdGLLongBuffer src) throws TLcdGLBufferOverflowException, java.lang.IllegalArgumentException, TLcdGLReadOnlyBufferException
TLcdGLBufferOverflowException
java.lang.IllegalArgumentException
TLcdGLReadOnlyBufferException
ILcdGLLongBuffer put(long[] src, int offset, int length) throws TLcdGLBufferOverflowException, java.lang.IndexOutOfBoundsException, TLcdGLReadOnlyBufferException
TLcdGLBufferOverflowException
java.lang.IndexOutOfBoundsException
TLcdGLReadOnlyBufferException
ILcdGLLongBuffer put(long[] src) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException
boolean hasArray()
long[] array() throws TLcdGLReadOnlyBufferException, java.lang.UnsupportedOperationException
TLcdGLReadOnlyBufferException
java.lang.UnsupportedOperationException
int arrayOffset() throws TLcdGLReadOnlyBufferException, java.lang.UnsupportedOperationException
TLcdGLReadOnlyBufferException
java.lang.UnsupportedOperationException
ILcdGLLongBuffer compact() throws TLcdGLReadOnlyBufferException
TLcdGLReadOnlyBufferException