|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueEmptyException | |
com.deltax.util | Old generic utlities package. |
Uses of QueueEmptyException in com.deltax.util |
Methods in com.deltax.util that throw QueueEmptyException | |
java.lang.Object |
FIFOQueue.get()
Return the queue head |
byte |
FIFOQueue.getByte()
Return the queue head, as a byte |
char |
FIFOQueue.getChar()
Return the queue head, as a char |
double |
FIFOQueue.getDouble()
Return the queue head, as a double |
float |
FIFOQueue.getFloat()
Return the queue head, as a float |
int |
FIFOQueue.getInteger()
Return the queue head, as a int |
long |
FIFOQueue.getLong()
Return the queue head, as a long |
java.lang.String |
FIFOQueue.getString()
Return the queue head, as a String |
boolean |
FIFOQueue.getBoolean()
Return the queue head, as a boolean |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |