public abstract class AbstractIntegerBitList<N extends Number> extends Object implements 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, wait
add, 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, toArray
parallelStream, removeIf, stream
public AbstractIntegerBitList(int bitsPerStoredElement)
protected int getInt(int index)