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

Method removeEldestEntry

src/com/winvector/opt/impl/SFun.java:26–29  ·  view source on GitHub ↗
(final Map.Entry<Double,VEval> eldest)

Source from the content-addressed store, hash-verified

24 private static final long serialVersionUID = 1L;
25
26 @Override
27 protected boolean removeEldestEntry(final Map.Entry<Double,VEval> eldest) {
28 return size()>10;
29 }
30 };
31
32 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected