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

Method subMap

output/java_guava/1.4.17/Maps.java:981–984  ·  view source on GitHub ↗
(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)

Source from the content-addressed store, hash-verified

979 }
980
981 @Override
982 public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) {
983 return asMap(set.subSet(fromKey, fromInclusive, toKey, toInclusive), function);
984 }
985
986 @Override
987 public NavigableMap<K, V> headMap(K toKey, boolean inclusive) {

Callers

nothing calls this directly

Calls 2

asMapMethod · 0.65
subSetMethod · 0.45

Tested by

no test coverage detected