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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 boolean addAllElements(Collection<E> elements)
           
 boolean addElement(E element)
           
 boolean removeAllElements(Collection<E> elements)
           
 boolean removeElement(E element)
           
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Method Detail

addElement

boolean addElement(E element)

addAllElements

boolean addAllElements(Collection<E> elements)

removeElement

boolean removeElement(E element)

removeAllElements

boolean removeAllElements(Collection<E> elements)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.