libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
ByteArrayPrefixMap
Byte
Array
Prefix
Map
class
ByteArrayPrefixMap
<
V
>
Members
Constructors
Byte
Array
Prefix
Map
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
k
:
ByteArray
,
v
:
V
)
get
Link copied to clipboard
fun
get
(
data
:
ByteArray
)
:
List
<
V
>