Package net.sf.jasperreports.engine.util
Class JRSwapFile.LongQueue
- java.lang.Object
-
- net.sf.jasperreports.engine.util.JRSwapFile.LongQueue
-
- Enclosing class:
- JRSwapFile
protected static class JRSwapFile.LongQueue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW
-
Constructor Summary
Constructors Constructor Description LongQueue(int minGrowCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFirst(long val)voidaddLast(long val)protected voidgrowIfFull()longpopFirst()intsize()
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW
public static final java.lang.String EXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW
- See Also:
- Constant Field Values
-
-