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

Method tailSet

output/java_guava/1.4.17/Sets.java:1570–1573  ·  view source on GitHub ↗
(E fromElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1568 }
1569
1570 @Override
1571 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {
1572 return unmodifiableNavigableSet(delegate.tailSet(fromElement, inclusive));
1573 }
1574
1575 private static final long serialVersionUID = 0;
1576 }

Callers

nothing calls this directly

Calls 2

tailSetMethod · 0.45

Tested by

no test coverage detected