Uses of Interface
com.db4o.collections.ActivatableCollection
-
Packages that use ActivatableCollection Package Description com.db4o.collections -
-
Uses of ActivatableCollection in com.db4o.collections
Subinterfaces of ActivatableCollection in com.db4o.collections Modifier and Type Interface Description interface
ActivatableList<T>
extends List with Transparent Activation and Transparent Persistence supportinterface
ActivatableSet<E>
extends java.util.Set with Transparent Activation and Transparent Persistence supportClasses in com.db4o.collections that implement ActivatableCollection Modifier and Type Class Description class
ActivatableArrayList<E>
extends ArrayList with Transparent Activation and Transparent Persistence supportclass
ActivatableHashSet<E>
extends ArrayList with Transparent Activation and Transparent Persistence supportclass
ActivatableLinkedList<E>
extends LinkedList with Transparent Activation and Transparent Persistence supportclass
ActivatableStack<E>
extends Stack with Transparent Activation and Transparent Persistence support.class
ActivatableTreeSet<E>
extends ArrayList with Transparent Activation and Transparent Persistence support
-