T - type of entry objectprivate static final class ConcurrentQueue.Entry<T> extends Object
Not used outside the class.
private final T value
private ConcurrentQueue.Entry<T> next
null.Entry(T element)
element - entry elementCopyright © 2014 Sven Strittmatter. All Rights Reserved.