Package com.db4o.collections
Interface ActivatableList<T>
-
- All Superinterfaces:
Activatable
,ActivatableCollection<T>
,java.util.Collection<T>
,java.lang.Iterable<T>
,java.util.List<T>
- All Known Implementing Classes:
ActivatableArrayList
,ActivatableLinkedList
,ActivatableStack
public interface ActivatableList<T> extends java.util.List<T>, ActivatableCollection<T>
extends List with Transparent Activation and Transparent Persistence support- Since:
- 7.9
-
-
Method Summary
-
Methods inherited from interface com.db4o.ta.Activatable
activate, bind
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-