|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkedListNode
Items placed in a
LinkedList
must implement this interface .
LinkedList
Method Summary
LinkedListNode
getNext()
Returns the next node
LinkedListNode
getPrevious()
Returns the previous node
void
setNext(LinkedListNode next)
Sets the next node
void
setPrevious(LinkedListNode previous)
Sets the previous node
Methods inherited from interface org.drools.core.util.Entry
setNext
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
Method Detail
getNext
LinkedListNode getNext()
setNext
void setNext(LinkedListNode next)
next
- The next LinkedListNode
getPrevious
LinkedListNode getPrevious()
setPrevious
void setPrevious(LinkedListNode previous)
previous
- The previous LinkedListNode
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.