public class IndirectEquiMap<K,V> extends Object
| Constructor and Description |
|---|
IndirectEquiMap() |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
com.google.common.collect.Multimap<Integer,K> |
getEquivalences() |
Collection<K> |
getEquivalences(K key) |
boolean |
isEqual(K a,
K b) |
Set<K> |
keySet() |
void |
put(K key,
V value)
Puts a new value, overwrites existing ones.
|
void |
stateEqual(Collection<K> keys,
V value) |
org.aksw.commons.util.Pair<V,V> |
stateEqual(K a,
K b) |
void |
stateEqual(K a,
K b,
V value) |
String |
toString() |
public Collection<K> getEquivalences(K key)
public void stateEqual(Collection<K> keys, V value)
public void put(K key, V value)
key - value - Copyright © 2013. All Rights Reserved.