Package ubic.gemma.core.datastructure
-
Interface Summary Interface Description SparseList<T> A subclass ofList
for sparsely stored lists. -
Class Summary Class Description SparseArrayList<T> A sparse array backed by anArrayList
.SparseRangeArrayList<T> A sparse range array is a data structure that efficiently stores arrays of repeated elements by encoding their starting offsets.