public class ColumnMap
extends java.lang.Object
Constructor and Description |
---|
ColumnMap(Column col,
RandomAccessInputStream stream,
int rowCount) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
getValueList()
Return the list of values in this map's column.
|
java.lang.Object[] |
getValues()
Return an array of the values in this map's column.
|
boolean |
isFixedMap()
Return whether or not this map represents a fixed-type column.
|
public ColumnMap(Column col, RandomAccessInputStream stream, int rowCount)
public java.util.ArrayList getValueList()
public java.lang.Object[] getValues()
public boolean isFixedMap()
Copyright © 2014 Open Microscopy Environment