public interface ISciListInteger extends ISciList<java.lang.Integer>
Modifier and Type | Method and Description |
---|---|
int[] |
getItemsArray()
Gets the internal items array that this list wraps for direct access.
|
int[] |
getItemsArray(boolean normalizeIndex)
Gets the internal items array that this list wraps for direct access.
|
int |
getStartIndex()
Gets the start index in internal items array.
|
addRange, addRange, addRange, addRange, addRange, addRange, getDoubleValues, getDoubleValues, getItemsClass, getMaximum, getMinimum, getMinMax, getMinMax, getMinMaxPositive, removeRange, setRange, setRange, setRange, setSize
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
int[] getItemsArray()
int[] getItemsArray(boolean normalizeIndex)
normalizeIndex
- The value which indicate whether to normalize index or not.int getStartIndex()