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

Method tailMap

output/java_guava/1.4.18/Maps.java:4165–4168  ·  view source on GitHub ↗
(K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

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