public class MutualMap<Key,Value>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Key key) |
boolean |
equals(java.lang.Object o) |
Key |
getKey(Value value) |
java.util.Collection<Key> |
getKeys() |
Value |
getValue(Key key) |
java.util.Collection<Value> |
getValues() |
int |
hashCode() |
void |
put(Key key,
Value value) |
void |
remove(Key key) |
int |
size() |
java.lang.String |
toString() |
public int size()
public boolean containsKey(Key key)
public void remove(Key key)
public java.util.Collection<Value> getValues()
public java.util.Collection<Key> getKeys()
public void clear()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object