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

Method all

output/java_guava/1.4.17/ImmutableRangeSet.java:63–66  ·  view source on GitHub ↗

Returns an immutable range set containing the single range Range#all().

()

Source from the content-addressed store, hash-verified

61 */
62
63 @SuppressWarnings("unchecked")
64 static <C extends Comparable> ImmutableRangeSet<C> all() {
65 return (ImmutableRangeSet<C>) ALL;
66 }
67
68 /**
69 * Returns an immutable range set containing the specified single range. If {@link Range#isEmpty()

Callers 4

ofMethod · 0.95
copyOfMethod · 0.95
complementMethod · 0.95
readResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected