| Modifier and Type | Field and Description |
|---|---|
int |
data |
IIntQueue.Entry |
next |
IIntQueue.Entry |
prev |
| Constructor and Description |
|---|
Entry(int data,
IIntQueue.Entry prev,
IIntQueue.Entry next) |
public int data
public IIntQueue.Entry prev
public IIntQueue.Entry next
public Entry(int data,
IIntQueue.Entry prev,
IIntQueue.Entry next)
Copyright © 2017. All Rights Reserved.