Package org.drools.core.util
Class LinkedListEntry<T1 extends DoubleLinkedEntry<T1>,T2>
java.lang.Object
org.drools.core.util.AbstractLinkedListNode<T1>
org.drools.core.util.LinkedListEntry<T1,T2>
- All Implemented Interfaces:
Externalizable,Serializable,DoubleLinkedEntry<T1>,SingleLinkedEntry<T1>
public class LinkedListEntry<T1 extends DoubleLinkedEntry<T1>,T2>
extends AbstractLinkedListNode<T1>
implements Externalizable
The idea behind
LinkedListNodeWrapper is to be able to add
the same LinkedListNode to multiple LinkedLists
where the node can have different previous and next nodes in each list.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.core.util.AbstractLinkedListNode
clear, getNext, getPrevious, setNext, setPrevious
-
Constructor Details
-
LinkedListEntry
public LinkedListEntry() -
LinkedListEntry
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
getObject
-
setObject
-
hashCode
public int hashCode() -
equals
-