当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
LinkedListEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.util
Class LinkedListEntry
java.lang.Object
org.drools.util.AbstractBaseLinkedListNode
org.drools.util.LinkedListEntry
- All Implemented Interfaces:
- Serializable, LinkedListNode
public class LinkedListEntry
- extends AbstractBaseLinkedListNode
The idea behind LinkedListNodeWrapper
is to be able to add
the same LinkedListNode
to multiple LinkedList
s
where the node can have different previous and next nodes in each list.
- See Also:
- Serialized Form
LinkedListEntry
public LinkedListEntry(Object object)
getObject
public Object getObject()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.