Top Description Methods
jdk.internal.org.commonmark.text

public Interface CharMatcher

Known Direct Implementers
jdk.internal.org.commonmark.text.AsciiMatcher

Matcher interface for char values.

Note that because this matches on char values only (as opposed to int code points), this only operates on the level of code units and doesn't support supplementary characters (see Character#isSupplementaryCodePoint(int)).

Method Summary

Modifier and TypeMethod and Description
public boolean
matches(char c)

Method Detail

matchesback to summary
public boolean matches(char c)