com.google.gdata.util.common.base
Class CharMatcher.LookupTable

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

protected static class CharMatcher.LookupTable
extends java.lang.Object

A bit array with one bit per char value, used by CharMatcher.precomputed(). 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()