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

Method downTo

output/java_guava/1.4.16/GeneralRange.java:71–73  ·  view source on GitHub ↗

Returns everything above the endpoint relative to the specified comparator, with the specified endpoint behavior.

(Comparator<? super T> comparator, @Nullable T endpoint, BoundType boundType)

Source from the content-addressed store, hash-verified

69 */
70
71 static <T> GeneralRange<T> downTo(Comparator<? super T> comparator, @Nullable T endpoint, BoundType boundType) {
72 return new GeneralRange<T>(comparator, true, endpoint, boundType, false, null, OPEN);
73 }
74
75 /**
76 * Returns everything below the endpoint relative to the specified comparator, with the specified

Callers 1

tailMultisetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected