|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.actor.gt.data.FastLinkedList.Entry
public class FastLinkedList.Entry
| 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 |
|---|
public FastLinkedList<E> getList()
public FastLinkedList.Entry getNext()
public FastLinkedList.Entry getPrevious()
public E getValue()
public boolean hasNext()
public boolean hasPrevious()
public void remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||