MCPcopy 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

CounterMethod · 0.95
mainMethod · 0.95
basicMethod · 0.95
createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected