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 Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCEPTION_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 void
addFirst(long val)
void
addLast(long val)
protected void
growIfFull()
long
popFirst()
int
size()
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW
public static final String EXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW
- See Also:
- Constant Field Values
-
-