Interface MutableBeanGroup<K,V extends BeanInstance<K>>

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Superinterfaces:
AutoCloseable, BeanGroup<K,V>, ImmutableBeanGroup<K,V>, Mutator
All Known Implementing Classes:
DefaultBeanGroup

public interface MutableBeanGroup<K,V extends BeanInstance<K>> extends BeanGroup<K,V>, Mutator
A bean group with the ability to mutate.
Author:
Paul Ferraro