Constructor | Description |
---|---|
VisitorMap(GenericVisitor<Integer,Void> hashcodeVisitor,
GenericVisitor<Boolean,Visitable> equalsVisitor) |
Pass the visitors to use for equals and hashcode.
|
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
containsKey(Object key) |
|
boolean |
containsValue(Object value) |
|
Set<Map.Entry<N,V>> |
entrySet() |
|
V |
get(Object key) |
|
boolean |
isEmpty() |
|
Set<N> |
keySet() |
|
V |
put(N key,
V value) |
|
void |
putAll(Map<? extends N,? extends V> m) |
|
V |
remove(Object key) |
|
int |
size() |
|
Collection<V> |
values() |
public VisitorMap(GenericVisitor<Integer,Void> hashcodeVisitor, GenericVisitor<Boolean,Visitable> equalsVisitor)
public boolean containsKey(Object key)
containsKey
in interface Map<N extends Node,V>
public boolean containsValue(Object value)
containsValue
in interface Map<N extends Node,V>
Copyright © 2007–2019. All rights reserved.