db4o 8.0

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


db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.