public class MapPointer<K,V extends OWLAxiom> extends Object implements Internals.Pointer<K,V>, 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) |
Set<V> |
getAllValues() |
Set<V> |
getValues(K key) |
boolean |
hasValues(K key) |
void |
init() |
boolean |
isInitialized() |
Set<K> |
keySet() |
boolean |
put(K key,
V value) |
boolean |
remove(K key,
V value) |
int |
size() |
String |
toString() |
protected final Internals i
public MapPointer(AxiomType<?> t, OWLAxiomVisitorEx<?> v, boolean initialized, Internals i)
Copyright © 2013 CSIRO HRPPC. All Rights Reserved.