public class ArrayQueue extends Object implements Serializable
| Constructor and Description |
|---|
ArrayQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DlCompletionTree node,
ConceptWDep offset)
add entry to a queue
|
void |
clear()
clear queue
|
ToDoEntry |
get() |
int |
getsPointer() |
int |
getWaitSize() |
boolean |
isEmpty() |
void |
restore(int[][] tss,
int pos)
restore queue content from the given entry
|
void |
restore(int sp,
int ep) |
void |
save(int[][] tss,
int pos)
save queue content to the given entry
|
void |
setsPointer(int sPointer) |
String |
toString() |
public void add(DlCompletionTree node, ConceptWDep offset)
node - nodeoffset - offset@PortedFrom(file="ToDoList.h", name="clear") public void clear()
@PortedFrom(file="ToDoList.h", name="empty") public boolean isEmpty()
public ToDoEntry get()
@PortedFrom(file="ToDoList.h", name="save") public void save(int[][] tss, int pos)
tss - tsspos - pos@PortedFrom(file="ToDoList.h", name="restore") public void restore(int[][] tss, int pos)
tss - tsspos - pos@PortedFrom(file="ToDoList.h", name="restore") public void restore(int sp, int ep)
sp - spep - eppublic int getsPointer()
public void setsPointer(int sPointer)
sPointer - sPointerpublic int getWaitSize()
Copyright © 2016 The University of Manchester. All rights reserved.