anon.tor
Class CellQueue.CellQueueEntry

java.lang.Object
  extended by anon.tor.CellQueue.CellQueueEntry
Enclosing class:
CellQueue

final class CellQueue.CellQueueEntry
extends java.lang.Object


Field Summary
(package private)  Cell m_Cell
           
(package private)  CellQueue.CellQueueEntry m_next
           
 
Constructor Summary
CellQueue.CellQueueEntry(Cell c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Cell

Cell m_Cell

m_next

CellQueue.CellQueueEntry m_next
Constructor Detail

CellQueue.CellQueueEntry

CellQueue.CellQueueEntry(Cell c)