org.apache.avalon.fortress.impl.lookup
Class ComponentKey

java.lang.Object
  extended by org.apache.avalon.fortress.impl.lookup.ComponentKey

final class ComponentKey
extends java.lang.Object

Hack that is temporarily necessary until the next version of Commons Collections is released.


Field Summary
private  java.lang.Object m_component
           
 
Constructor Summary
ComponentKey(java.lang.Object component)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_component

private final java.lang.Object m_component
Constructor Detail

ComponentKey

public ComponentKey(java.lang.Object component)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object