kool
/
kool.lib
/
toList
to
List
fun
ByteBuffer
.
toList
():
List
<
Byte
>
Content copied to clipboard
fun
ShortBuffer
.
toList
():
List
<
Short
>
Content copied to clipboard
fun
IntBuffer
.
toList
():
List
<
Int
>
Content copied to clipboard
fun
LongBuffer
.
toList
():
List
<
Long
>
Content copied to clipboard
fun
FloatBuffer
.
toList
():
List
<
Float
>
Content copied to clipboard
fun
DoubleBuffer
.
toList
():
List
<
Double
>
Content copied to clipboard
fun
CharBuffer
.
toList
():
List
<
Char
>
Content copied to clipboard
Returns a
List
containing all elements.