Class DefaultVPAlphabet<I>

    • Method Detail

      • getSymbol

        public I getSymbol​(int index)
        Description copied from interface: Alphabet
        Returns the symbol with the given index in this alphabet.
        Specified by:
        getSymbol in interface Alphabet<I>
        Overrides:
        getSymbol in class AbstractVPAlphabet<I>
        Parameters:
        index - the index of the requested symbol.
        Returns:
        symbol with the given index.