|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.core.util.AbstractBaseLinkedListNode<T>
public class AbstractBaseLinkedListNode<T extends LinkedListNode<T>>
Provides a abstract base implementation that an object can extend so that it can be used in a LinkedList.
LinkedList,
Serialized Form| Constructor Summary | |
|---|---|
AbstractBaseLinkedListNode()
Empty Constructor |
|
| Method Summary | |
|---|---|
T |
getNext()
Returns the next node |
T |
getPrevious()
Returns the previous node |
void |
readExternal(ObjectInput in)
|
void |
setNext(Entry next)
|
void |
setNext(T next)
Sets the next node |
void |
setPrevious(T previous)
Sets the previous node |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBaseLinkedListNode()
| Method Detail |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOExceptionpublic T getNext()
LinkedListNode
getNext in interface EntrygetNext in interface LinkedListNode<T extends LinkedListNode<T>>public void setNext(T next)
LinkedListNode
setNext in interface LinkedListNode<T extends LinkedListNode<T>>next - The next LinkedListNodepublic T getPrevious()
LinkedListNode
getPrevious in interface LinkedListNode<T extends LinkedListNode<T>>public void setPrevious(T previous)
LinkedListNode
setPrevious in interface LinkedListNode<T extends LinkedListNode<T>>previous - The previous LinkedListNodepublic void setNext(Entry next)
setNext in interface Entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||