Class RegexCache
- java.lang.Object
-
- io.michaelrocks.libphonenumber.android.internal.RegexCache
-
public class RegexCache extends java.lang.ObjectLRU Cache for compiled regular expressions used by the libphonenumbers libary.
-
-
Constructor Summary
Constructors Constructor Description RegexCache(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.regex.PatterngetPatternForRegex(java.lang.String regex)
-