Class EnumArray

java.lang.Object
ubic.gemma.core.loader.util.anndata.EnumArray
All Implemented Interfaces:
AutoCloseable, Array<String>

public class EnumArray extends Object implements Array<String>
An array backend by a H5 enum dataset.

This is similar to a CategoricalArray with the main difference that enumeration do not support missing values and thus get(int) never returns null.

Author:
poirigui