站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 3.0.6 API 英文版文档

IdentityMap.IdentityEntry - JBoss RULES 3.0.6 API 英文版文档


org.drools.util
Class IdentityMap.IdentityEntry

java.lang.Object
  extended by org.drools.util.AbstractHashedMap.HashEntry
      extended by org.drools.util.IdentityMap.IdentityEntry
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
IdentityMap

protected static class IdentityMap.IdentityEntry
extends AbstractHashedMap.HashEntry

HashEntry


Field Summary
 
Fields inherited from class org.drools.util.AbstractHashedMap.HashEntry
hashCode, key, next, value
 
Constructor Summary
protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, java.lang.Object key, java.lang.Object value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.drools.util.AbstractHashedMap.HashEntry
getKey, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityMap.IdentityEntry

protected IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next,
                                    int hashCode,
                                    java.lang.Object key,
                                    java.lang.Object value)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.util.Map.Entry
Overrides:
equals in class AbstractHashedMap.HashEntry

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry
Overrides:
hashCode in class AbstractHashedMap.HashEntry