Package org.lionsoul.jcseg.util
Class IIntFIFO
- java.lang.Object
-
- org.lionsoul.jcseg.util.IIntFIFO
-
public class IIntFIFO extends Object
int first in first out queue base on single link- Author:
- chenxin
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIIntFIFO.EntryItem Entry inner class
-
Constructor Summary
Constructors Constructor Description IIntFIFO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdeQueue()remove the first item from the queuebooleanenQueue(int data)add a new item to the queueintsize()get the size of the queue
-