Package org.jxls.functions
Interface Summarizer<T>
public interface Summarizer<T>
-
Method Summary
-
Method Details
-
add
Casts number to type T and adds value to sum if number not null.- Parameters:
number- a number to add
-
getSum
T getSum()- Returns:
- sum of type T
-