protected static class JRSwapFile.LongQueue extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW |
Constructor and Description |
---|
LongQueue(int minGrowCount) |
Modifier and Type | Method and Description |
---|---|
void |
addFirst(long val) |
void |
addLast(long val) |
protected void |
growIfFull() |
long |
popFirst() |
int |
size() |
public static final String EXCEPTION_MESSAGE_KEY_QUEUE_UNDERFLOW
Copyright © 2019 TIBCO Software Inc.. All rights reserved.