nulls out the cached summary statistics, should be called every time the data set changes
()
| 147 | * nulls out the cached summary statistics, should be called every time the data set changes |
| 148 | */ |
| 149 | private void clearCaches() |
| 150 | { |
| 151 | sumCache = null; |
| 152 | varianceCache = null; |
| 153 | minCache = null; |
| 154 | maxCache = null; |
| 155 | } |
| 156 | |
| 157 | @Override |
| 158 | public int length() |
no outgoing calls
no test coverage detected