Class ReentrantAreaLock.Node
java.lang.Object
ca.spottedleaf.concurrentutil.collection.MultiThreadedQueue<Thread>
ca.spottedleaf.concurrentutil.lock.ReentrantAreaLock.Node
- Enclosing class:
ReentrantAreaLock
-
Nested Class Summary
Nested classes/interfaces inherited from class MultiThreadedQueue
MultiThreadedQueue.LinkedIterator<E>, MultiThreadedQueue.LinkedNode<E> -
Field Summary
Fields inherited from class MultiThreadedQueue
head, HEAD_HANDLE, tail, TAIL_HANDLE -
Method Summary
Methods inherited from class MultiThreadedQueue
add, addAll, addAll, addAll, addAll, addOrAllowAdds, allowAdds, appendList, clear, contains, containsAll, drain, drain, drain, element, find, forceAdd, forceAppendList, forEach, getHeadAcquire, getHeadOpaque, getHeadPlain, getTailOpaque, getTailPlain, isAddBlocked, isEmpty, iterator, offer, peek, poll, pollIf, pollOrBlockAdds, preventAdds, remove, remove, removeAll, removeHead, removeHead, removeIf, retainAll, setHeadOpaque, setHeadPlain, setTailOpaque, setTailPlain, size, spliterator, toArray, toArray, toArray, tryAllowAddsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, stream
-
Method Details
-
toString
Description copied from class:MultiThreadedQueue- Overrides:
toStringin classMultiThreadedQueue<Thread>
-