Package org.freecompany.util.text

Interface Summary
UnicodeSequence  
 

Class Summary
ByteBufferWrapper This class provides a wrapper view of a buffer of bytes as a sequence of US-ASCII characters.
CharSequenceAggregate  
CharSequenceIterator Iterator for obtaining Character instances from an arbitrary CharSequence.
CharSequenceMap<T> A map implementation that can use <@link CharSequence> instances as keys.
CharSequenceMap.CharSequenceComparator Comparator for examining two <@see java.lang.CharSequence> objects for equality based only on value.
CharSequenceWrapper  
Comparison  
IterableCharSequence Simple convenience class for building an Iterable object out of a {$link CharSequence}.
IterableUnicodeSequence Simple convenience class for building an Iterable object that suports the entire set of Unicode code points out of a {$link CharSequence}.
Scanner Locates individual characters and sequences of characters within a block of characters.
State Encompases the state of a text processor.
Tokenizer Provides methods to tokenize character sequence given either absolute indexes or sequence for which to scan.
TokenizerState  
UnicodeSequenceIterator Iterator for obtaining Integer instances representing Unicode code points from an arbitrary CharSequence.
Util