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

Method tailMap

output/java_guava/1.4.17/Maps.java:991–994  ·  view source on GitHub ↗
(K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

989 }
990
991 @Override
992 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {
993 return asMap(set.tailSet(fromKey, inclusive), function);
994 }
995
996 @Override
997 public Comparator<? super K> comparator() {

Callers

nothing calls this directly

Calls 2

asMapMethod · 0.65
tailSetMethod · 0.45

Tested by

no test coverage detected