db4o 8.0

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 java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface com.db4o.ta.Activatable
activate, bind
 


db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.