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

Method tailSet

output/java_guava/1.4.19/Maps.java:3836–3839  ·  view source on GitHub ↗
(K fromElement, boolean inclusive)

Source from the content-addressed store, hash-verified

3834 }
3835
3836 @Override
3837 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) {
3838 return map().tailMap(fromElement, inclusive).navigableKeySet();
3839 }
3840
3841 @Override
3842 public SortedSet<K> subSet(K fromElement, K toElement) {

Callers

nothing calls this directly

Calls 3

mapMethod · 0.95
navigableKeySetMethod · 0.45
tailMapMethod · 0.45

Tested by

no test coverage detected