Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ make
Method
make
onjava/Pair.java:16–18 ·
view source on GitHub ↗
(K k, V v)
Source
from the content-addressed store, hash-verified
14
public
K key() {
return
key; }
15
public
V value() {
return
value; }
16
public
static
<K,V> Pair<K, V> make(K k, V v) {
17
return
new
Pair<K,V>(k, v);
18
}
19
}
Callers
4
Counter
Method · 0.95
main
Method · 0.95
basic
Method · 0.95
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected