Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.datastructures |
Modifier and Type | Class and Description |
---|---|
class |
BDEQueue<T>
Bounded double ended queue
|
class |
DEListWrapper<T> |
class |
UnboundedDEQueue<T>
Unbounded double ended data structure - thread safe - unbounded
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Long,IDEStructure<T>> |
WorkStealingStructure.dataQueues |
Constructor and Description |
---|
BDEQueueWrapper(IDEStructure<T> queue,
long owner) |