public abstract class AbstractIntegerBitList<N extends java.lang.Number> extends java.lang.Object implements java.util.List<N>
| Constructor and Description |
|---|
AbstractIntegerBitList(int bitsPerStoredElement) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getInt(int index) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraypublic AbstractIntegerBitList(int bitsPerStoredElement)
protected int getInt(int index)