Package org.zkoss.util
Interface FilterMap.Filter<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
filter(java.lang.Object key, V value)
Called to filter a value.
-
Modifier and Type | Method | Description |
---|---|---|
V |
filter(java.lang.Object key,
V value) |
Called to filter a value.
|