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.FVisitor
Inherited members:
Show
Hide
Deprecated:
Show
Hide
classes...
enum constants...
fields...
static methods...
constructors...
methods...
properties...
org.violetlib.collections
Interface IMap.FVisitor<K,V,R>
Enclosing interface:
IMap
<
K
,
V
>
public static interface
IMap.FVisitor<K,V,R>
Methods
Modifier and Type
Method and Description
visit
abstract
R
visit
(K key, V element)
R
visit
(
K
key,
V
element)