Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ contains
Method
contains
src/com/winvector/util/CountMapV.java:39–41 ·
view source on GitHub ↗
(final T key)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
boolean contains(
final
T key) {
40
return
counts.containsKey(key);
41
}
42
43
public
Set<T> keySet() {
44
return
counts.keySet();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected