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

Method tailSet

output/java_guava/1.4.18/Maps.java:3832–3835  ·  view source on GitHub ↗
(K fromElement, boolean inclusive)

Source from the content-addressed store, hash-verified

3830 }
3831
3832 @Override
3833 public NavigableSet<K> tailSet(K fromElement, boolean inclusive) {
3834 return map().tailMap(fromElement, inclusive).navigableKeySet();
3835 }
3836
3837 @Override
3838 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