protected static final class Queues.SimpleQueue.Node<E> extends Object
protected long
next
protected E
value
Queues.SimpleQueue.Node(long next, E value)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected final long next
protected final E value
public Queues.SimpleQueue.Node(long next, E value)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2015. All Rights Reserved.