Interface SparseList<T>
- All Superinterfaces:
Collection<T>,Iterable<T>,List<T>
- All Known Implementing Classes:
SparseArrayList,SparseRangeArrayList
A subclass of
List for sparsely stored lists.- Author:
- poirigui
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.List
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
-
Method Details
-
storageSize
int storageSize()The number of elements actually stored.
-