protected static final class Queues.SimpleQueue.Node<E> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Queues.SimpleQueue.Node<?> |
EMPTY |
protected long |
next |
protected E |
value |
protected static final Queues.SimpleQueue.Node<?> EMPTY
protected final long next
protected final E value
public Node(long next,
E value)
Copyright © 2024. All rights reserved.