| Package | Description |
|---|---|
| com.google.common.base |
Basic utility libraries and interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
JdkPattern
A regex pattern implementation which is backed by the
Pattern. |
| Modifier and Type | Field and Description |
|---|---|
(package private) CommonPattern |
Predicates.ContainsPatternPredicate.pattern |
| Modifier and Type | Method and Description |
|---|---|
static CommonPattern |
CommonPattern.compile(java.lang.String pattern) |
CommonPattern |
PatternCompiler.compile(java.lang.String pattern)
Compiles the given pattern.
|
CommonPattern |
Platform.JdkPatternCompiler.compile(java.lang.String pattern) |
(package private) static CommonPattern |
Platform.compilePattern(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
private static Splitter |
Splitter.on(CommonPattern separatorPattern) |
| Constructor and Description |
|---|
ContainsPatternPredicate(CommonPattern pattern) |