| 10 | private static final long serialVersionUID = 1L; |
| 11 | |
| 12 | private static final class MutableDouble implements Serializable { |
| 13 | private static final long serialVersionUID = 1L; |
| 14 | public double v = 0.0; |
| 15 | } |
| 16 | |
| 17 | private final SortedMap<T,MutableDouble> counts; |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected