K - the type map keysV - the type map valuespublic abstract static class IterHelper.MapIterCallback<K,V> extends Object
| Constructor and Description |
|---|
MapIterCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
eval(K k,
V v)
The method to call in the callback
|