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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public Logger log()
log
in interface LambdaLogger
Copyright © 2015. All rights reserved.