MCPcopy Create free account
hub / github.com/WinVector/Logistic / MutableDouble

Class MutableDouble

src/com/winvector/util/CountMap.java:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected