ehcache

net.sf.ehcache.store.compound
Interface ElementSubstituteFilter<T>

Type Parameters:
T - an enclosing type of passing objects

public interface ElementSubstituteFilter<T>

Filter on Elements or ElementSubstitutes.

This is used in particular when selecting random samples from the store.

Author:
Chris Dennis

Method Summary
 boolean allows(Object object)
          Returns true if this object passes the filter.
 

Method Detail

allows

boolean allows(Object object)
Returns true if this object passes the filter.

Parameters:
object - object to test
Returns:
true if passed

ehcache

true