JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.eclipse.net4j.util.container.PersistableContainer
Packages that use
PersistableContainer
Package
Description
org.eclipse.net4j.util.container
A framework of notifying collections and wiring containers.
Uses of
PersistableContainer
in
org.eclipse.net4j.util.container
Subclasses of
PersistableContainer
in
org.eclipse.net4j.util.container
Modifier and Type
Class
Description
class
ListContainer
<E>
An implementation of a
container
that stores its
elements
in a
list
.
class
SetContainer
<E>
An implementation of a
container
that stores its
elements
in a
set
.