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

Method tailMultiset

output/java_guava/1.4.19/TreeMultiset.java:513–519  ·  view source on GitHub ↗
(@Nullable E lowerBound, BoundType boundType)

Source from the content-addressed store, hash-verified

511 }
512
513 @Override
514 public SortedMultiset<E> tailMultiset(@Nullable E lowerBound, BoundType boundType) {
515 return new TreeMultiset<E>(
516 rootReference,
517 range.intersect(GeneralRange.downTo(comparator(), lowerBound, boundType)),
518 header);
519 }
520
521
522 static int distinctElements(@Nullable AvlNode<?> node) {

Callers

nothing calls this directly

Calls 3

downToMethod · 0.95
comparatorMethod · 0.65
intersectMethod · 0.45

Tested by

no test coverage detected