org.apache.commons.inject.impl
Class AbstractBindingSet.ReducedKey<T>

java.lang.Object
  extended by org.apache.commons.inject.impl.AbstractBindingSet.ReducedKey<T>
Enclosing class:
AbstractBindingSet

protected static class AbstractBindingSet.ReducedKey<T>
extends Object


Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 Class<T> getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Class<T> getType()

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.