|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 combine| Method Detail |
|---|
public Collection<Field> filterFields(Class<?> klazz,
Collection<Field> fields)
filterFields in interface SizeOfFilterklazz - the typefields - the fields already "qualified"
public boolean filterClass(Class<?> klazz)
filterClass in interface SizeOfFilterklazz - the type
false, if to be filtered out
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||