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

Method headMap

output/java_guava/1.4.17/Maps.java:986–989  ·  view source on GitHub ↗
(K toKey, boolean inclusive)

Source from the content-addressed store, hash-verified

984 }
985
986 @Override
987 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {
988 return asMap(set.headSet(toKey, inclusive), function);
989 }
990
991 @Override
992 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) {

Callers

nothing calls this directly

Calls 2

asMapMethod · 0.65
headSetMethod · 0.45

Tested by

no test coverage detected