Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Json
Class · 0.80
Json
Class · 0.80
Json
Class · 0.80
Json
Class · 0.80
Json
Class · 0.80
Json
Class · 0.80
Json
Class · 0.80
getItem
Method · 0.80
resize
Method · 0.80
getItem
Method · 0.80
resize
Method · 0.80
getItem
Method · 0.80
Calls
no outgoing calls
Tested by
15
getItem
Method · 0.64
resize
Method · 0.64
getItem
Method · 0.64
resize
Method · 0.64
getItem
Method · 0.64
resize
Method · 0.64
getItem
Method · 0.64
resize
Method · 0.64
getItem
Method · 0.64
resize
Method · 0.64
getItem
Method · 0.64
resize
Method · 0.64