Uses of Class
com.google.common.base.CharMatcher.LookupTable

Packages that use CharMatcher.LookupTable
com.google.common.base   
 

Uses of CharMatcher.LookupTable in com.google.common.base
 

Methods in com.google.common.base with parameters of type CharMatcher.LookupTable
protected  void CharMatcher.setBits(CharMatcher.LookupTable table)
          For use by implementors; sets the bit corresponding to each character ('\0' to '￿') that matches this matcher in the given bit array, leaving all other bits untouched.