Class IndexableDataCharacter
java.lang.Object
com.illumon.iris.db.plot.datasets.data.IndexableData<Character>
com.illumon.iris.db.plot.datasets.data.IndexableDataCharacter
- All Implemented Interfaces:
 PlotExceptionCause,Serializable
public class IndexableDataCharacter extends IndexableData<Character>
IndexableData dataset with Character values.
 Dataset values equal to QueryConstants.NULL_CHAR
 are treated as null.- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description IndexableDataCharacter(char[] data, PlotInfo plotInfo)Creates an IndexableDataCharacter instance. - 
Method Summary
Methods inherited from class com.illumon.iris.db.plot.datasets.data.IndexableData
getPlotInfo, onClose, snapshot 
- 
Constructor Details
- 
IndexableDataCharacter
Creates an IndexableDataCharacter instance. Values indataequal toQueryConstants.NULL_CHARare treated as null.- Parameters:
 data- dataplotInfo- plot information
 
 - 
 - 
Method Details
- 
size
public int size()Description copied from class:IndexableDataGets the size of this dataset.- Specified by:
 sizein classIndexableData<Character>- Returns:
 - the size of this dataset
 
 - 
get
Description copied from class:IndexableDataGets the value at the given index.- Specified by:
 getin classIndexableData<Character>- Parameters:
 index- index- Returns:
 - value of this dataset at 
index 
 
 -