MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / create

Method create

projects/Java/src/com/chronoxor/fbe/Pair.java:29–29  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

27
28 // Create a new pair
29 public static <K, V> Pair<K, V> create(K key, V value) { return new Pair<K, V>(key, value); }
30}

Callers 15

JsonClass · 0.80
JsonClass · 0.80
JsonClass · 0.80
JsonClass · 0.80
JsonClass · 0.80
JsonClass · 0.80
JsonClass · 0.80
getItemMethod · 0.80
resizeMethod · 0.80
getItemMethod · 0.80
resizeMethod · 0.80
getItemMethod · 0.80

Calls

no outgoing calls

Tested by 15

getItemMethod · 0.64
resizeMethod · 0.64
getItemMethod · 0.64
resizeMethod · 0.64
getItemMethod · 0.64
resizeMethod · 0.64
getItemMethod · 0.64
resizeMethod · 0.64
getItemMethod · 0.64
resizeMethod · 0.64
getItemMethod · 0.64
resizeMethod · 0.64