com.google.common.base
Class CharMatcher.LookupTable
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharMatcher.LookupTable
protected CharMatcher.LookupTable()