Interface SparseList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>
All Known Implementing Classes:
SparseArrayList, SparseRangeArrayList

public interface SparseList<T> extends List<T>
A subclass of List for sparsely stored lists.
Author:
poirigui
  • Method Details

    • storageSize

      int storageSize()
      The number of elements actually stored.