goldman.collection
Interface PrefixFreeDigitizer<T>

All Superinterfaces:
Digitizer<T>
All Known Implementing Classes:
StringDigitizer

public interface PrefixFreeDigitizer<T>
extends Digitizer<T>

The PrefixFreeDigitizer interface adds the requirement that the digitizer must enforce that no element is a prefix of another. An easy way to enforce this requirement is to introduce a special "end of string" character that is placed at the end of every string.


Method Summary
 
Methods inherited from interface goldman.collection.Digitizer
formatDigit, getBase, getDigit, isPrefixFree, numDigits