public static interface IContainer.Persistable<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 |
|---|---|
IContainer.Persistence<E> |
getPersistence() |
void |
load() |
void |
save() |
void |
setPersistence(IContainer.Persistence<E> persistence) |
getElements, isEmptyaddListener, getListeners, hasListeners, removeListenerIContainer.Persistence<E> getPersistence()
void setPersistence(IContainer.Persistence<E> persistence)
void load()
throws IORuntimeException
IORuntimeExceptionvoid save()
throws IORuntimeException
IORuntimeExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.