public class MapPointer<K,V extends OWLAxiom> extends java.lang.Object implements Internals.Pointer<K,V>, java.io.Serializable
Constructor and Description |
---|
MapPointer(AxiomType<?> t,
OWLAxiomVisitorEx<?> v,
boolean initialized,
Internals i) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(K key,
V value) |
boolean |
containsKey(K key) |
java.util.Set<V> |
getAllValues() |
java.util.Set<V> |
getValues(K key) |
boolean |
hasValues(K key) |
void |
init() |
boolean |
isInitialized() |
java.util.Set<K> |
keySet() |
boolean |
put(K key,
V value) |
boolean |
remove(K key,
V value) |
int |
size() |
java.lang.String |
toString() |
protected final Internals i
public MapPointer(AxiomType<?> t, OWLAxiomVisitorEx<?> v, boolean initialized, Internals i)
public boolean isInitialized()
public void init()
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<K> keySet()
public boolean hasValues(K key)
public boolean containsKey(K key)
public java.util.Set<V> getAllValues()
public int size()