-
public class RegexCacheLRU Cache for compiled regular expressions used by the libphonenumbers libary.
-
-
Constructor Summary
Constructors Constructor Description RegexCache(int size)
-
Method Summary
Modifier and Type Method Description PatterngetPatternForRegex(String regex)-
-
Method Detail
-
getPatternForRegex
Pattern getPatternForRegex(String regex)
-
-
-
-