All Classes and Interfaces
Class
Description
A
CompositeSequence
that implements CharacterClass.matches(MatcherImpl)
by applying CharacterClass.matches(int)
onto itself.An optimization of
Predicate
<Integer>
which saves the overhead of boxing and unboxing.Adds some "advanced" methods to the
Matcher
interface.A wrapper for
Matcher
.Pre-parsing a "replacement string" saves considerable overhead compared to repeatedly calling
Matcher.appendReplacement(Appendable, String)
.A drop-in replacement for
Pattern
.A drop-in replacement for
Pattern
.A facade or abstraction for various regular expression frameworks.
Methods that create all kinds of
Sequence
s.Representation of a sequence of literal, case-sensitive characters.