|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.pool.sizeof.filter.CombinationSizeOfFilter
public class CombinationSizeOfFilter
Filter combining multiple filters
Constructor Summary | |
---|---|
CombinationSizeOfFilter(SizeOfFilter... filters)
Constructs a filter combining multiple ones |
Method Summary | |
---|---|
boolean |
filterClass(Class<?> klazz)
Checks whether the type needs to be filtered |
Collection<Field> |
filterFields(Class<?> klazz,
Collection<Field> fields)
Returns the fields to walk and measure for a type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinationSizeOfFilter(SizeOfFilter... filters)
filters
- the filters to combineMethod Detail |
---|
public Collection<Field> filterFields(Class<?> klazz, Collection<Field> fields)
filterFields
in interface SizeOfFilter
klazz
- the typefields
- the fields already "qualified"
public boolean filterClass(Class<?> klazz)
filterClass
in interface SizeOfFilter
klazz
- the type
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |