Class NullableIntArray
- java.lang.Object
-
- ubic.gemma.core.loader.util.anndata.NullableArray<Integer>
-
- ubic.gemma.core.loader.util.anndata.NullableIntArray
-
- All Implemented Interfaces:
AutoCloseable
,Array<Integer>
public class NullableIntArray extends NullableArray<Integer>
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.loader.util.anndata.NullableArray
mask, values
-
-
Constructor Summary
Constructors Constructor Description NullableIntArray(H5Group group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
get(int i)
Integer[]
toIntegerArray()
-
Methods inherited from class ubic.gemma.core.loader.util.anndata.NullableArray
close, size
-
-