Package org.commonmark.text
Class AsciiMatcher
java.lang.Object
org.commonmark.text.AsciiMatcher
- All Implemented Interfaces:
CharMatcher
Char matcher that can match ASCII characters efficiently.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AsciiMatcher.Builder
builder()
static AsciiMatcher.Builder
builder
(AsciiMatcher matcher) boolean
matches
(char c)
-
Field Details
-
set
-
-
Constructor Details
-
AsciiMatcher
-
-
Method Details
-
matches
public boolean matches(char c) - Specified by:
matches
in interfaceCharMatcher
-
newBuilder
-
builder
-
builder
-