org.egothor.util
Class LinkedQueue.Entry<T>

java.lang.Object
  extended by org.egothor.util.LinkedQueue.Entry<T>
Enclosing class:
LinkedQueue<T>

public static class LinkedQueue.Entry<T>
extends java.lang.Object


Field Summary
 T a
           
 LinkedQueue.Entry<T> next
           
 LinkedQueue.Entry<T> prev
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prev

public LinkedQueue.Entry<T> prev

a

public T a

next

public LinkedQueue.Entry<T> next