private static class IntQueue.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private IntQueue.Entry |
next |
private int |
value |
| Modifier | Constructor and Description |
|---|---|
private |
Entry(int value) |
private IntQueue.Entry next
private int value