Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidgiven/luje
/ TreeMap
Method
TreeMap
lib/java/util/TreeMap.java:966–967 ·
view source on GitHub ↗
Constructs a new empty TreeMap instance.
()
Source
from the content-addressed store, hash-verified
964
* Constructs a
new
empty {@code TreeMap} instance.
965
*/
966
public
TreeMap() {
967
}
968
969
/**
970
* Constructs a
new
empty {@code TreeMap} instance with the specified
Callers
nothing calls this directly
Calls
9
putAll
Method · 0.95
addToLast
Method · 0.95
comparator
Method · 0.65
iterator
Method · 0.65
entrySet
Method · 0.65
hasNext
Method · 0.65
next
Method · 0.65
getKey
Method · 0.65
getValue
Method · 0.65
Tested by
no test coverage detected