This web site requires JavaScript for proper operation. JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
classes...
VCollections – Release 1
Interface
org.violetlib.collections
.IMap.Visitor
Inherited members:
Show
Hide
Deprecated:
Show
Hide
classes...
enum constants...
fields...
static methods...
constructors...
methods...
properties...
org.violetlib.collections
Interface IMap.Visitor<K,V>
Enclosing interface:
IMap
<
K
,
V
>
public static interface
IMap.Visitor<K,V>
Methods
Modifier and Type
Method and Description
visit
abstract void
visit
(K key, V value)
void
visit
(
K
key,
V
value)