| Interface | Description |
|---|---|
| IntPredicate |
An optimization of
Predicate which saves the overhead of boxing and unboxing. |
| Matcher |
A drop-in replacement for
Matcher. |
| Class | Description |
|---|---|
| CharacterClass |
A
CompositeSequence that implements CharacterClass.matches(MatcherImpl, int) by applying CharacterClass.matches(int) onto itself. |
| Pattern |
A drop-in replacement for
Pattern. |
| PatternFactory |
A drop-in replacement for
Pattern. |
| ReverseCharSequence | |
| Sequences |
Methods that create all kinds of
Sequences. |
| Sequences.LiteralString |
Representation of a sequence of literal, case-sensitive characters.
|
java.util.regex.Copyright © 2017 Arno Unkrig. All rights reserved.