Package net.sf.jasperreports.data.cache
Interface ArrayStore
-
- All Known Implementing Classes:
DoubleArrayStore
,FloatArrayStore
,LongArrayStore
,ObjectArrayStore
public interface ArrayStore
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyValue(int destIdx, int sourceIdx)
int
count()
void
updateCount(int runCount)
boolean
valuesEqual(int idx1, int idx2)
-