Class NullableArray<T>
- java.lang.Object
-
- ubic.gemma.core.loader.util.anndata.NullableArray<T>
-
- All Implemented Interfaces:
AutoCloseable
,Array<T>
- Direct Known Subclasses:
NullableBoolArray
,NullableIntArray
public abstract class NullableArray<T> extends Object implements Array<T>, AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description NullableArray(H5Group group, String encodingType)
-