Package net.sf.ehcache.search.expression
Class NotEqualTo
- java.lang.Object
-
- net.sf.ehcache.search.expression.BaseCriteria
-
- net.sf.ehcache.search.expression.EqualTo
-
- net.sf.ehcache.search.expression.NotEqualTo
-
-
Constructor Summary
Constructors Constructor Description NotEqualTo(java.lang.String attributeName, java.lang.Object value)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute(Element e, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)Test this criteria against a cache element-
Methods inherited from class net.sf.ehcache.search.expression.EqualTo
getAttributeName, getAttributes, getType, getValue
-
Methods inherited from class net.sf.ehcache.search.expression.BaseCriteria
and, getExtractor, not, or
-
-
-
-
Method Detail
-
execute
public boolean execute(Element e, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
-
-