org.mapdb
Class Queues.SimpleQueue.Node<E>

java.lang.Object
  extended by org.mapdb.Queues.SimpleQueue.Node<E>
Enclosing class:
Queues.SimpleQueue<E>

protected static final class Queues.SimpleQueue.Node<E>
extends Object


Field Summary
protected static Queues.SimpleQueue.Node<?> EMPTY
           
protected  long next
           
protected  E value
           
 
Constructor Summary
Queues.SimpleQueue.Node(long next, E value)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

protected static final Queues.SimpleQueue.Node<?> EMPTY

next

protected final long next

value

protected final E value
Constructor Detail

Queues.SimpleQueue.Node

public Queues.SimpleQueue.Node(long next,
                               E value)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014. All Rights Reserved.