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

Method tailMap

corpus/java/training/guava/collect/Maps.java:4100–4103  ·  view source on GitHub ↗
(K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

4098 }
4099
4100 @Override
4101 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {
4102 return forward().headMap(fromKey, inclusive).descendingMap();
4103 }
4104
4105 @Override
4106 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