public class ExtensionWord<I> extends Word<I>
| Constructor and Description |
|---|
ExtensionWord(Word<I> word,
I letter) |
| Modifier and Type | Method and Description |
|---|---|
protected Word<I> |
_subWord(int fromIndex,
int toIndex) |
I |
getSymbol(int index) |
boolean |
isPrefixOf(Word<?> other) |
Iterator<I> |
iterator() |
int |
length() |
Word<I> |
prepend(I symbol) |
void |
writeToArray(int offset,
Object[] array,
int tgtOffset,
int length) |
_concat, append, asList, canonicalComparator, canonicalNext, concat, epsilon, equals, firstSymbol, flatten, fromArray, fromLetter, fromList, fromString, fromSymbols, fromWords, hashCode, isEmpty, isSuffixOf, lastSymbol, longestCommonPrefix, longestCommonSuffix, prefix, prefixes, print, size, subWord, subWord, suffix, suffixes, toIntArray, transform, trimmed, upcasttoString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void writeToArray(int offset,
Object[] array,
int tgtOffset,
int length)
writeToArray in interface ArrayWritable<I>writeToArray in class Word<I>public boolean isPrefixOf(Word<?> other)
isPrefixOf in class Word<I>Copyright © 2015. All Rights Reserved.