nulls out the cached summary statistics, should be called every time the data set changes
()
| 97 | * nulls out the cached summary statistics, should be called every time the data set changes |
| 98 | */ |
| 99 | private void clearCaches() |
| 100 | { |
| 101 | sumCache = null; |
| 102 | varianceCache = null; |
| 103 | minCache = null; |
| 104 | maxCache = null; |
| 105 | } |
| 106 | |
| 107 | @Override |
| 108 | public int length() |
no outgoing calls
no test coverage detected