Package org.redisson.misc
Class FastRemovalQueue<E>
java.lang.Object
org.redisson.misc.FastRemovalQueue<E>
- Type Parameters:
E- element type
Thread-safe queue with O(1) complexity for removal operation.
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FastRemovalQueue
public FastRemovalQueue()
-
-
Method Details
-
add
-
moveToTail
-
remove
-
size
public int size() -
poll
-
clear
public void clear()
-