Package org.lionsoul.jcseg.util
Class IIntFIFO.Entry
- java.lang.Object
-
- org.lionsoul.jcseg.util.IIntFIFO.Entry
-
-
Field Summary
Fields Modifier and Type Field Description intdataIIntFIFO.Entrynext
-
Constructor Summary
Constructors Constructor Description Entry(int data, IIntFIFO.Entry next)
-
-
-
Field Detail
-
data
public int data
-
next
public IIntFIFO.Entry next
-
-
Constructor Detail
-
Entry
public Entry(int data, IIntFIFO.Entry next)
-
-