de.cesr.lara.components.container
Interface LaraCapacityManagementView<PropertyType extends LaraProperty<?,?>>
- Type Parameters:
PropertyType
-
- All Superinterfaces:
- Iterable<PropertyType>
public interface LaraCapacityManagementView<PropertyType extends LaraProperty<?,?>>
- extends Iterable<PropertyType>
The management view constitutes a view to the underlying container that
enables LaraCapacityManager
s to manager the container.
iterator
Iterator<PropertyType> iterator()
- Provides an iterator over the underlying container
- Specified by:
iterator
in interface Iterable<PropertyType extends LaraProperty<?,?>>
- Returns:
- iterator over underlying container
remove
void remove(PropertyType property)
- Parameters:
item
-