JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
jp.vmi.script
Interface JSMap.EntrySetCallback<K,V>
Enclosing class:
JSMap
<
K
,
V
>
public static interface
JSMap.EntrySetCallback<K,V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
(
K
key,
V
value)
Method Details
execute
void
execute
(
K
key,
V
value)