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

Method matches

output/java_guava/1.4.17/CharMatcher.java:1870–1873  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

1868 }
1869
1870 @Override
1871 public boolean matches(char c) {
1872 return Arrays.binarySearch(chars, c) >= 0;
1873 }
1874
1875 @Override
1876 @GwtIncompatible // java.util.BitSet

Callers

nothing calls this directly

Calls 1

binarySearchMethod · 0.45

Tested by

no test coverage detected