Class MultiBitSetMatcher


public final class MultiBitSetMatcher extends InvertibleCharMatcher
Character matcher that uses an array of 256 bit sets to fully cover the 16 bit character space. This matcher can take up to 8 kilobytes of space, so it should be used only when the set of characters to match is very large and sparse.