@Deprecated public class LockFreeSkipList<T> extends IStructure<T>
Modifier and Type | Class and Description |
---|---|
static class |
LockFreeSkipList.Node<T>
Deprecated.
|
IStructure.Backoff
abort
Constructor and Description |
---|
LockFreeSkipList()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(T item)
Deprecated.
add a object of type T
|
boolean |
isEmpty()
Deprecated.
Method to tell if the data structure is empty (contains no elements).
|
T |
remove()
Deprecated.
retrieve a object of type T
|
add, get, registerThread, shutdown
public void add(T item)
IStructure
add
in class IStructure<T>
public boolean isEmpty()
IStructure
isEmpty
in class IStructure<T>
public T remove()
IStructure
remove
in class IStructure<T>