Package | Description |
---|---|
weka.core |
Modifier and Type | Field and Description |
---|---|
protected Queue.QueueNode |
Queue.m_Head
Store a reference to the head of the queue
|
protected Queue.QueueNode |
Queue.QueueNode.m_Next
The next node in the queue
|
protected Queue.QueueNode |
Queue.m_Tail
Store a reference to the tail of the queue
|
Modifier and Type | Method and Description |
---|---|
Queue.QueueNode |
Queue.QueueNode.next()
Gets the next node in the queue.
|
Queue.QueueNode |
Queue.QueueNode.next(Queue.QueueNode next)
Sets the next node in the queue, and returns it.
|
Modifier and Type | Method and Description |
---|---|
Queue.QueueNode |
Queue.QueueNode.next(Queue.QueueNode next)
Sets the next node in the queue, and returns it.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.