net.sf.jasperreports.data.cache
Class BigIntegerStore

java.lang.Object
  extended by net.sf.jasperreports.data.cache.BigIntegerStore
All Implemented Interfaces:
BufferColumnStore, ColumnStore

public class BigIntegerStore
extends java.lang.Object
implements BufferColumnStore

Version:
$Id: BigIntegerStore.java 5354 2012-05-08 17:49:19Z lucianc $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
BigIntegerStore(int size)
           
 
Method Summary
 void addValue(java.lang.Object object)
           
protected  ColumnValues createPrimitiveValues(boolean useOffset)
           
 ColumnValues createValues()
           
 boolean full()
           
 java.lang.Class<?> getBaseValuesType()
           
 void resetValues()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BigIntegerStore

public BigIntegerStore(int size)
Method Detail

getBaseValuesType

public java.lang.Class<?> getBaseValuesType()
Specified by:
getBaseValuesType in interface ColumnStore

addValue

public void addValue(java.lang.Object object)
Specified by:
addValue in interface ColumnStore

full

public boolean full()
Specified by:
full in interface BufferColumnStore

resetValues

public void resetValues()
Specified by:
resetValues in interface BufferColumnStore

createValues

public ColumnValues createValues()
Specified by:
createValues in interface ColumnStore

createPrimitiveValues

protected ColumnValues createPrimitiveValues(boolean useOffset)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com