Package-level declarations

Types

Link copied to clipboard
interface ListMap<K, V> : Iterable<Pair<K, List<V>>>

Immutable map of keys to lists of values.

Link copied to clipboard
interface MutableListMap<K, V> : ListMap<K, V>

Mutable version of the immutable type ListMap