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

Method headMap

output/java_guava/1.4.19/Maps.java:4164–4167  ·  view source on GitHub ↗
(K toKey, boolean inclusive)

Source from the content-addressed store, hash-verified

4162 }
4163
4164 @Override
4165 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
4166 return forward().tailMap(toKey, inclusive).descendingMap();
4167 }
4168
4169 @Override
4170 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