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 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(Object object)
           
protected  ColumnValues createPrimitiveValues(boolean useOffset)
           
 ColumnValues createValues()
           
 boolean full()
           
 Class<?> getBaseValuesType()
           
 void resetValues()
           
 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 Class<?> getBaseValuesType()
Specified by:
getBaseValuesType in interface ColumnStore

addValue

public void addValue(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 String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.