class IntQueue
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
IntQueue.Entry |
Modifier and Type | Field and Description |
---|---|
private IntQueue.Entry |
head |
private IntQueue.Entry |
tail |
Constructor and Description |
---|
IntQueue() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(int value) |
(package private) boolean |
isEmpty() |
(package private) int |
take() |
private IntQueue.Entry head
private IntQueue.Entry tail