T
- type of elements to be storedpublic abstract class IDEStructure<T> extends IStructure<T>
IStructure.Backoff, IStructure.Node<T>
abort
Constructor and Description |
---|
IDEStructure() |
Modifier and Type | Method and Description |
---|---|
abstract T |
getFromTop()
Retrieve a element
|
abstract boolean |
isFull()
Method to tell if the data structure is full.
|
abstract boolean |
tryAdd(T item)
try to add element of type T.
|
add, add, get, isEmpty, registerThread, remove, shutdown
public abstract T getFromTop()
public abstract boolean isFull()
public abstract boolean tryAdd(T item)