站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by org.drools.util.AbstractBaseLinkedListNode
      extended by 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 LinkedLists where the node can have different previous and next nodes in each list.

See Also:
Serialized Form

Constructor Summary
LinkedListEntry(Object object)
           
 
Method Summary
 boolean equals(Object other)
           
 Object getObject()
           
 int hashCode()
           
 
Methods inherited from class org.drools.util.AbstractBaseLinkedListNode
getNext, getPrevious, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedListEntry

public LinkedListEntry(Object object)
Method Detail

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.