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