public static interface IContainer.Persistence<E>
| Modifier and Type | Method and Description |
|---|---|
Collection<E> |
loadElements() |
void |
saveElements(Collection<E> elements) |
Collection<E> loadElements() throws IORuntimeException
IORuntimeExceptionvoid saveElements(Collection<E> elements) throws IORuntimeException
IORuntimeExceptionCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.