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 interfaceActivatableList<T>extends List with Transparent Activation and Transparent Persistence supportinterfaceActivatableSet<E>extends java.util.Set with Transparent Activation and Transparent Persistence supportClasses in com.db4o.collections that implement ActivatableCollection Modifier and Type Class Description classActivatableArrayList<E>extends ArrayList with Transparent Activation and Transparent Persistence supportclassActivatableHashSet<E>extends ArrayList with Transparent Activation and Transparent Persistence supportclassActivatableLinkedList<E>extends LinkedList with Transparent Activation and Transparent Persistence supportclassActivatableStack<E>extends Stack with Transparent Activation and Transparent Persistence support.classActivatableTreeSet<E>extends ArrayList with Transparent Activation and Transparent Persistence support
-