public class IIntFIFO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IIntFIFO.Entry
Item Entry inner class
|
| Constructor and Description |
|---|
IIntFIFO() |
| Modifier and Type | Method and Description |
|---|---|
int |
deQueue()
remove the first item from the queue
|
boolean |
enQueue(int data)
add a new item to the queue
|
int |
size()
get the size of the queue
|
Copyright © 2017. All Rights Reserved.