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

Method headMap

corpus/java/training/guava/collect/Maps.java:4095–4098  ·  view source on GitHub ↗
(K toKey, boolean inclusive)

Source from the content-addressed store, hash-verified

4093 }
4094
4095 @Override
4096 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
4097 return forward().tailMap(toKey, inclusive).descendingMap();
4098 }
4099
4100 @Override
4101 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