com.google.common.base
Class CharMatcher.LookupTable

java.lang.Object
  extended by com.google.common.base.CharMatcher.LookupTable
Enclosing class:
CharMatcher

protected static class CharMatcher.LookupTable
extends Object

A bit array with one bit per char value, used by CharMatcher.precomputed().

TODO: possibly share a common BitArray class with BloomFilter and others... a simpler java.util.BitSet.


Constructor Summary
protected CharMatcher.LookupTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharMatcher.LookupTable

protected CharMatcher.LookupTable()