I - symbol class.@ParametersAreNonnullByDefault public interface GrowingAlphabet<I> extends Alphabet<I>
Alphabet class that supports adding new symbols.| Modifier and Type | Method and Description |
|---|---|
int |
addSymbol(I a)
Adds a new symbol to the alphabet.
|
apply, applyAsInt, compare, containsSymbol, getSymbol, getSymbolIndex, translateFrom, writeToArraysizeadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraycomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongCopyright © 2018. All rights reserved.