public static interface IContainer.Modifiable<E> extends IContainer<E>
container with additional methods to add or remove elements.IContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>| Modifier and Type | Method and Description |
|---|---|
boolean |
addAllElements(Collection<E> elements) |
boolean |
addElement(E element) |
boolean |
removeAllElements(Collection<E> elements) |
boolean |
removeElement(E element) |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListenerboolean addElement(E element)
boolean addAllElements(Collection<E> elements)
boolean removeElement(E element)
boolean removeAllElements(Collection<E> elements)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.