org.apache.commons.inject.impl
Class AbstractBindingSet
java.lang.Object
org.apache.commons.inject.impl.AbstractBindingSet
- Direct Known Subclasses:
- ImmutableBindingSet, MutableBindingSet, ResolvableBindingSet
public class AbstractBindingSet
- extends Object
A set of bindings, which are being collected to create, or implement
an IInjector
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
protected final Map<AbstractBindingSet.ReducedKey<?>,List<AbstractBindingSet.BindingAndKey<?>>> map
AbstractBindingSet
protected AbstractBindingSet(Map<AbstractBindingSet.ReducedKey<?>,List<AbstractBindingSet.BindingAndKey<?>>> pMap)
AbstractBindingSet
protected AbstractBindingSet()
newReducedKey
protected <T> AbstractBindingSet.ReducedKey<T> newReducedKey(IKey<T> pKey)
findOrCreateList
protected List<AbstractBindingSet.BindingAndKey<?>> findOrCreateList(AbstractBindingSet.ReducedKey<?> pKey)
isMatching
protected boolean isMatching(IKey<?> pSearchKey,
AbstractBindingSet.MappedKey<?> pMapKey)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.