public final class IntNode
extends java.lang.Object
RadixSort
demo. Therefore it has a
IntNode.LinkedQueue
as inner class, too.Modifier and Type | Class and Description |
---|---|
static class |
IntNode.LinkedQueue
An embedded queue for int.
|
Modifier and Type | Field and Description |
---|---|
IntNode |
next
The next int node.
|
int |
value
The int value.
|
public int value
public IntNode next
IntNode(int value)
value
- initial value.IntNode(int value, IntNode next)
value
- initial value.next
- the following node