MCPcopy Create free account
hub / github.com/antlr/codebuff / headMap

Method headMap

output/java_guava/1.4.18/Maps.java:4160–4163  ·  view source on GitHub ↗
(K toKey, boolean inclusive)

Source from the content-addressed store, hash-verified

4158 }
4159
4160 @Override
4161 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
4162 return forward().tailMap(toKey, inclusive).descendingMap();
4163 }
4164
4165 @Override
4166 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {

Callers 12

headMapMethod · 0.45
headMapMethod · 0.45
headSetMethod · 0.45
lastKeyMethod · 0.45
headMapMethod · 0.45
headMapMethod · 0.45
headMapMethod · 0.45
headSetMethod · 0.45
headSetMethod · 0.45
tailMapMethod · 0.45
subMapMethod · 0.45
entryIteratorMethod · 0.45

Calls 3

forwardMethod · 0.95
descendingMapMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected