Package com.db4o.collections
Interface ActivatableCollection<T>
-
- All Superinterfaces:
Activatable
,java.util.Collection<T>
,java.lang.Iterable<T>
- All Known Subinterfaces:
ActivatableList<T>
,ActivatableSet<E>
- All Known Implementing Classes:
ActivatableArrayList
,ActivatableHashSet
,ActivatableLinkedList
,ActivatableStack
,ActivatableTreeSet
public interface ActivatableCollection<T> extends java.util.Collection<T>, Activatable
extends Collection with Transparent Activation and Transparent Persistence support- Since:
- 7.9
-
-
Method Summary
-
Methods inherited from interface com.db4o.ta.Activatable
activate, bind
-
-