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