public abstract class MultiMap<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <A,B> MultiMap<A,B> |
multiHashMapWithArrayList() |
protected abstract List<B> |
newList() |
MultiMap<A,B> |
put(A key,
B value) |
MultiMap<A,B> |
putAll(A key,
List<B> values) |
Map<A,List<B>> |
value() |
Copyright © 2009–2021 Opencast Project. All rights reserved.