K - V - public class EquiMap<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllEqual(Collection<K> set) |
void |
clear() |
Set<V> |
get(Object key) |
Set<V> |
getAll(Set<?> keys) |
Set<K> |
getAllEquivalences(Collection<?> keys,
boolean reflexiv) |
org.aksw.commons.collections.multimaps.IBiSetMultimap<K,K> |
getEquivalences() |
Set<K> |
getEquivalences(Object key,
boolean reflexiv) |
Map<K,V> |
getKeyToValue() |
boolean |
isCompatible(EquiMap<K,V> other)
Checks whether the union of two equimaps is again consistent.
|
boolean |
isConsistentInsertEquiv(K a,
K b) |
boolean |
isConsistentInsertValue(K a,
V b) |
boolean |
isConsistentSet(Set<V> set) |
boolean |
isEqual(K a,
K b) |
boolean |
isSelfConsistent() |
Set<K> |
keySet() |
boolean |
makeEqual(K a,
K b) |
void |
put(K key,
V value) |
String |
toString() |
public void clear()
public boolean areAllEqual(Collection<K> set)
public boolean isSelfConsistent()
public Set<K> getAllEquivalences(Collection<?> keys, boolean reflexiv)
public boolean isCompatible(EquiMap<K,V> other)
other - Copyright © 2013. All Rights Reserved.