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

Method headSet

output/java_guava/1.4.17/Sets.java:1565–1568  ·  view source on GitHub ↗
(E toElement, boolean inclusive)

Source from the content-addressed store, hash-verified

1563 }
1564
1565 @Override
1566 public NavigableSet<E> headSet(E toElement, boolean inclusive) {
1567 return unmodifiableNavigableSet(delegate.headSet(toElement, inclusive));
1568 }
1569
1570 @Override
1571 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) {

Callers

nothing calls this directly

Calls 2

headSetMethod · 0.45

Tested by

no test coverage detected