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

Method tailMap

output/java_guava/1.4.19/Maps.java:4169–4172  ·  view source on GitHub ↗
(K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

4167 }
4168
4169 @Override
4170 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {
4171 return forward().headMap(fromKey, inclusive).descendingMap();
4172 }
4173
4174 @Override
4175 public SortedMap<K, V> subMap(K fromKey, K toKey) {

Callers 11

tailMapMethod · 0.45
tailMapMethod · 0.45
tailSetMethod · 0.45
tailMapMethod · 0.45
tailMapMethod · 0.45
tailMapMethod · 0.45
tailSetMethod · 0.45
tailSetMethod · 0.45
headMapMethod · 0.45
subMapMethod · 0.45
entryIteratorMethod · 0.45

Calls 3

forwardMethod · 0.95
descendingMapMethod · 0.45
headMapMethod · 0.45

Tested by

no test coverage detected