org.eclipse.net4j.util.container
Interface IContainer.Modifiable<E>
- All Superinterfaces:
- IContainer<E>, INotifier
- Enclosing interface:
- IContainer<E>
- public static interface IContainer.Modifiable<E>
- extends IContainer<E>
A container
with additional methods to add or remove elements.
- Since:
- 2.0
addElement
boolean addElement(E element)
addAllElements
boolean addAllElements(Collection<E> elements)
removeElement
boolean removeElement(E element)
removeAllElements
boolean removeAllElements(Collection<E> elements)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.