Package net.sf.jasperreports.data.cache
Interface BufferColumnStore
-
- All Superinterfaces:
ColumnStore
- All Known Implementing Classes:
BigDecimalStore
,BigIntegerStore
,BooleanStore
,DateStore
,DoubleArrayStore
,FloatArrayStore
,LongArrayStore
,ObjectArrayStore
,TimestampStore
public interface BufferColumnStore extends ColumnStore
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
full()
void
resetValues()
-
Methods inherited from interface net.sf.jasperreports.data.cache.ColumnStore
addValue, createValues, getBaseValuesType
-
-