Package 

Class RegexCache


  • 
    public class RegexCache
    
                        

    LRU 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
      Pattern getPatternForRegex(String regex)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait