public abstract class AbstractAlphabet<I> extends AbstractList<I> implements Alphabet<I>
modCount| Constructor and Description |
|---|
AbstractAlphabet() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(I o1,
I o2) |
I |
get(int index) |
void |
writeToArray(int offset,
Object[] array,
int tgtOfs,
int num) |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetSymbol, getSymbolIndexsizeadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayequalspublic AbstractAlphabet()
public void writeToArray(int offset, Object[] array, int tgtOfs, int num)
writeToArray in interface ArrayWritable<I>Copyright © 2013. All Rights Reserved.