ptolemy.actor.gt.data
Class FastLinkedList.Entry

java.lang.Object
  extended by ptolemy.actor.gt.data.FastLinkedList.Entry
Enclosing class:
FastLinkedList<E>

public class FastLinkedList.Entry
extends java.lang.Object


Method Summary
 FastLinkedList<E> getList()
           
 FastLinkedList.Entry getNext()
           
 FastLinkedList.Entry getPrevious()
           
 E getValue()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getList

public FastLinkedList<E> getList()

getNext

public FastLinkedList.Entry getNext()

getPrevious

public FastLinkedList.Entry getPrevious()

getValue

public E getValue()

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

remove

public void remove()