protected static class

IdentityMap.IdentityEntry

extends AbstractHashedMap.HashEntry
java.lang.Object
   ↳ org.apache.commons.collections.map.AbstractHashedMap.HashEntry
     ↳ org.apache.commons.collections.map.IdentityMap.IdentityEntry

Class Overview

HashEntry

Summary

[Expand]
Inherited Fields
From class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
Protected Constructors
IdentityMap.IdentityEntry(AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)
Public Methods
boolean equals(Object obj)
int hashCode()
[Expand]
Inherited Methods
From class org.apache.commons.collections.map.AbstractHashedMap.HashEntry
From class java.lang.Object
From interface java.util.Map.Entry
From interface org.apache.commons.collections.KeyValue

Protected Constructors

protected IdentityMap.IdentityEntry (AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value)

Public Methods

public boolean equals (Object obj)

public int hashCode ()