Uses of Class
com.google.common.base.CommonPattern
Packages that use CommonPattern
-
Uses of CommonPattern in com.google.common.base
Subclasses of CommonPattern in com.google.common.baseModifier and TypeClassDescription(package private) final class
A regex pattern implementation which is backed by thePattern
.Fields in com.google.common.base declared as CommonPatternModifier and TypeFieldDescription(package private) final CommonPattern
Predicates.ContainsPatternPredicate.pattern
Methods in com.google.common.base that return CommonPatternModifier and TypeMethodDescriptionstatic CommonPattern
Compiles the given pattern.(package private) static CommonPattern
Platform.compilePattern
(String pattern) Methods in com.google.common.base with parameters of type CommonPatternModifier and TypeMethodDescription(package private) static Splitter
Splitter.onPatternInternal
(CommonPattern separatorPattern) Internal utility; seeSplitter.on(Pattern)
instead.Constructors in com.google.common.base with parameters of type CommonPattern