Package net.sf.ehcache.statistics
Interface CoreStatistics.CountOperation<T>
-
- Type Parameters:
T- the generic type
- Enclosing interface:
- CoreStatistics
public static interface CoreStatistics.CountOperation<T>The Interface CountOperation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longvalue(T result)Value.longvalue(T... results)Value.
-