Uses of Interface
ubic.gemma.core.datastructure.SparseList
-
Packages that use SparseList Package Description ubic.gemma.core.datastructure -
-
Uses of SparseList in ubic.gemma.core.datastructure
Classes in ubic.gemma.core.datastructure that implement SparseList Modifier and Type Class Description class
SparseArrayList<T>
A sparse array backed by anArrayList
.class
SparseRangeArrayList<T>
A sparse range array is a data structure that efficiently stores arrays of repeated elements by encoding their starting offsets.
-