MCPcopy
hub / github.com/google/guava / tailMap

Method tailMap

guava/src/com/google/common/collect/Maps.java:1040–1043  ·  view source on GitHub ↗
(@ParametricNullness K fromKey, boolean inclusive)

Source from the content-addressed store, hash-verified

1038 }
1039
1040 @Override
1041 public NavigableMap<K, V> tailMap(@ParametricNullness K fromKey, boolean inclusive) {
1042 return asMap(set.tailSet(fromKey, inclusive), function);
1043 }
1044
1045 @Override
1046 public @Nullable Comparator<? super K> comparator() {

Callers

nothing calls this directly

Calls 2

asMapMethod · 0.65
tailSetMethod · 0.45

Tested by

no test coverage detected