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

Method checkFilter

output/java_guava/1.4.19/SmallCharMatcher.java:59–61  ·  view source on GitHub ↗
(int c)

Source from the content-addressed store, hash-verified

57 }
58
59 private boolean checkFilter(int c) {
60 return 1 == (1 & (filter >> c));
61 }
62
63 // This is all essentially copied from ImmutableSet, but we have to duplicate because
64 // of dependencies.

Callers 1

matchesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected