kool
/
kool.lib
/
elementAtOrNull
element
At
Or
Null
fun
ByteBuffer
.
elementAtOrNull
(index:
Int
):
Byte
?
Content copied to clipboard
fun
ShortBuffer
.
elementAtOrNull
(index:
Int
):
Short
?
Content copied to clipboard
fun
IntBuffer
.
elementAtOrNull
(index:
Int
):
Int
?
Content copied to clipboard
fun
LongBuffer
.
elementAtOrNull
(index:
Int
):
Long
?
Content copied to clipboard
fun
FloatBuffer
.
elementAtOrNull
(index:
Int
):
Float
?
Content copied to clipboard
fun
DoubleBuffer
.
elementAtOrNull
(index:
Int
):
Double
?
Content copied to clipboard
fun
CharBuffer
.
elementAtOrNull
(index:
Int
):
Char
?
Content copied to clipboard
Returns an element at the given
index
or
null
if the
index
is out of bounds of this buffer.