org.zkoss.util
Interface FilterMap.Filter

Enclosing class:
FilterMap

public static interface FilterMap.Filter

Filters the given value (to evaluate when the value is retrieved).


Method Summary
 Object filter(Object key, Object value)
          Called to filter a value.
 

Method Detail

filter

Object filter(Object key,
              Object value)
Called to filter a value.

Parameters:
key - the key associated
value - the value to filter (i.e., to evaluate)


Copyright © 2012. All Rights Reserved.