public abstract class MatcherFactory extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static MatcherFactory |
DEFAULT |
Constructor and Description |
---|
MatcherFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Matcher |
create(Regex regex,
byte[] bytes,
int p,
int end) |
static final MatcherFactory DEFAULT
Copyright © 2018. All rights reserved.