Package org.lionsoul.jcseg.util
Class IIntQueue.Entry
- java.lang.Object
-
- org.lionsoul.jcseg.util.IIntQueue.Entry
-
-
Field Summary
Fields Modifier and Type Field Description intdataIIntQueue.EntrynextIIntQueue.Entryprev
-
Constructor Summary
Constructors Constructor Description Entry(int data, IIntQueue.Entry prev, IIntQueue.Entry next)
-
-
-
Field Detail
-
data
public int data
-
prev
public IIntQueue.Entry prev
-
next
public IIntQueue.Entry next
-
-
Constructor Detail
-
Entry
public Entry(int data, IIntQueue.Entry prev, IIntQueue.Entry next)
-
-