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

Method contains

output/java_guava/1.4.19/GeneralRange.java:168–170  ·  view source on GitHub ↗
(@Nullable T t)

Source from the content-addressed store, hash-verified

166 }
167
168 boolean contains(@Nullable T t) {
169 return !tooLow(t) && !tooHigh(t);
170 }
171
172 /**
173 * Returns the intersection of the two ranges, or an empty range if their intersection is empty.

Callers

nothing calls this directly

Calls 2

tooLowMethod · 0.95
tooHighMethod · 0.95

Tested by

no test coverage detected