public abstract class AbstractMapBackedBeanStore extends Object implements BeanStore
| Constructor and Description |
|---|
AbstractMapBackedBeanStore() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected abstract Map<org.jboss.weld.serialization.spi.BeanIdentifier,Object> delegate()
public <T> org.jboss.weld.context.api.ContextualInstance<T> get(org.jboss.weld.serialization.spi.BeanIdentifier id)
BeanStorepublic void clear()
BeanStorepublic boolean contains(org.jboss.weld.serialization.spi.BeanIdentifier id)
BeanStorepublic <T> org.jboss.weld.context.api.ContextualInstance<T> remove(org.jboss.weld.serialization.spi.BeanIdentifier id)
BeanStorepublic Set<org.jboss.weld.serialization.spi.BeanIdentifier> getContextualIds()
public <T> void put(org.jboss.weld.serialization.spi.BeanIdentifier id, org.jboss.weld.context.api.ContextualInstance<T> beanInstance)
BeanStorepublic Iterator<org.jboss.weld.serialization.spi.BeanIdentifier> iterator()
iterator in interface Iterable<org.jboss.weld.serialization.spi.BeanIdentifier>iterator in interface BeanStoreCopyright © 2017. All rights reserved.