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

Method isEmpty

output/java_guava/1.4.17/ImmutableRangeSet.java:171–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 @Override
172 public boolean isEmpty() {
173 return ranges.isEmpty();
174 }
175
176 /**
177 * Guaranteed to throw an exception and leave the {@code RangeSet} unmodified.

Callers 2

subRangeSetMethod · 0.95
asSetMethod · 0.95

Calls 1

isEmptyMethod · 0.65

Tested by

no test coverage detected