Interface SymbolListFactory

All Known Implementing Classes:
PackedSymbolListFactory, SimpleSymbolListFactory

public interface SymbolListFactory
This interface exists to hide implementational details of SymbolLists when making chunked symbol lists.
Author:
David Huen
  • Method Summary

    Modifier and Type
    Method
    Description
    makeSymbolList(Symbol[] symbolArray, int size, Alphabet alfa)
    makes a SymbolList containing size Symbols from a Symbol array.