toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.util.collection
/
Multimap
Multimap
open
class
Multimap
<
K
,
V
>
Structure that handles singleKey-multipleValues map.
Parameters
<K>
Key type
<V>
Values type
Members
Constructors
Multimap
Link copied to clipboard
constructor
(
)
Functions
get
Link copied to clipboard
open
fun
get
(
key
:
K
)
:
List
<
V
>
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
put
Link copied to clipboard
open
fun
put
(
key
:
K
,
value
:
V
)
Add the value to the map.
size
Link copied to clipboard
open
fun
size
(
)
:
Int