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

Method of

output/java_guava/1.4.17/ImmutableRangeSet.java:54–57  ·  view source on GitHub ↗

Returns an empty immutable range set.

()

Source from the content-addressed store, hash-verified

52 */
53
54 @SuppressWarnings("unchecked")
55 public static <C extends Comparable> ImmutableRangeSet<C> of() {
56 return (ImmutableRangeSet<C>) EMPTY;
57 }
58
59 /**
60 * Returns an immutable range set containing the single range {@link Range#all()}.

Callers 5

subRangeSetMethod · 0.95
copyOfMethod · 0.95
complementMethod · 0.95
subRangeSetMethod · 0.95
readResolveMethod · 0.45

Calls 6

allMethod · 0.95
allMethod · 0.95
ofMethod · 0.95
isEmptyMethod · 0.65
equalsMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected