s34k
0.8.0
s34k
/
org.veupathdb.lib.s3.s34k.util
Package-level
declarations
Types
Types
List
Map
Link copied to clipboard
interface
ListMap
<
K
,
V
>
:
Iterable
<
Pair
<
K
,
List
<
V
>
>
>
Immutable map of keys to lists of values.
Mutable
List
Map
Link copied to clipboard
interface
MutableListMap
<
K
,
V
>
:
ListMap
<
K
,
V
>
Mutable version of the immutable type
ListMap