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

Method all

output/java_guava/1.4.16/GeneralRange.java:62–64  ·  view source on GitHub ↗

Returns the whole range relative to the specified comparator.

(Comparator<? super T> comparator)

Source from the content-addressed store, hash-verified

60 */
61
62 static <T> GeneralRange<T> all(Comparator<? super T> comparator) {
63 return new GeneralRange<T>(comparator, false, null, OPEN, false, null, OPEN);
64 }
65
66 /**
67 * Returns everything above the endpoint relative to the specified comparator, with the specified

Callers 2

TreeMultisetMethod · 0.95
readObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected