| Package | Description |
|---|---|
| org.semanticweb.elk.util.concurrent.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentLinkedActivationStack<E>
A thread-safe implementation of stack based on the non-blocking Treiber's
Algorithm (Treiber, 1986).
|
class |
SynchronizedArrayListActivationStack<E>
A simple implementation of
ActivationStack using an ArrayList
for storing elements; addition and removal of elements are synchronized. |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.