|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.search.expression.BaseCriteria
net.sf.ehcache.search.expression.InCollection
public class InCollection
Criteria for inclusion in a given Collection (presumably a Set) of values
Constructor Summary | |
---|---|
InCollection(java.lang.String attributeName,
java.util.Collection<?> values)
Constructor |
Method Summary | |
---|---|
boolean |
execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element |
java.lang.String |
getAttributeName()
Return attributeName |
java.util.Collection<?> |
values()
Return values. |
Methods inherited from class net.sf.ehcache.search.expression.BaseCriteria |
---|
and, not, or |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InCollection(java.lang.String attributeName, java.util.Collection<?> values)
attributeName
- attribute namevalues
- Method Detail |
---|
public java.lang.String getAttributeName()
public java.util.Collection<?> values()
public boolean execute(Element e, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
e
- cache elementattributeExtractors
- map of attribute extractors to attribute value names
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |