public class MultiMapImpl<K,V> extends Object implements MultiMap<K,V>, LambdaLogger
| Constructor and Description |
|---|
MultiMapImpl() |
MultiMapImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(K k,
V v) |
ChoosableArrayList<V> |
get(K k) |
Logger |
log() |
void |
readExternal(ObjectInput in) |
boolean |
remove(K k,
V v) |
void |
removeAll(V v) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public MultiMapImpl()
public MultiMapImpl(String name)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic Logger log()
log in interface LambdaLoggerCopyright © 2015. All rights reserved.