Java android.os PatternMatcher fields, constructors, methods, implement or subclass

Example usage for Java android.os PatternMatcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os PatternMatcher.

The text is from its open source code.

Field

intPATTERN_LITERAL
Pattern type: the given pattern must exactly match the string it is tested against.
intPATTERN_PREFIX
Pattern type: the given pattern must match the beginning of the string it is tested against.
intPATTERN_SIMPLE_GLOB
Pattern type: the given pattern is interpreted with a simple glob syntax for matching against the string it is tested against.

Constructor

Method