Uses of Interface
ubic.gemma.core.datastructure.sparse.SparseList
Packages that use SparseList
Package
Description
This package contains sparse data structures implementations and utilities.
-
Uses of SparseList in ubic.gemma.core.datastructure.sparse
Classes in ubic.gemma.core.datastructure.sparse that implement SparseListModifier and TypeClassDescriptionclassA sparse array backed by anArrayList.classA sparse range array is a data structure that efficiently stores arrays of repeated elements by encoding their starting offsets.