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

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

protected static class AbstractBindingSet.BindingAndKey<T>
extends Object

The internal map of bindings uses this value.


Method Summary
 IBinding<T> getBinding()
           
 AbstractBindingSet.MappedKey<T> getKey()
           
 void setBinding(IBinding<T> pBinding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBinding

public IBinding<T> getBinding()

setBinding

public void setBinding(IBinding<T> pBinding)

getKey

public AbstractBindingSet.MappedKey<T> getKey()


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