Uses of Interface
ubic.gemma.model.util.SparseList
Packages that use SparseList
-
Uses of SparseList in ubic.gemma.model.util
Classes in ubic.gemma.model.util that implement SparseListModifier and TypeClassDescriptionclass
A sparse array backed by anArrayList
.class
A sparse range array is a data structure that efficiently stores arrays of repeated elements by encoding their starting offsets.