Package com.db4o.collections
Interface ActivatableMap<K,V>
-
- All Superinterfaces:
Activatable
,java.util.Map<K,V>
- All Known Implementing Classes:
ActivatableHashMap
,ActivatableHashtable
public interface ActivatableMap<K,V> extends java.util.Map<K,V>, Activatable
extends Map with Transparent Activation and Transparent Persistence support- Since:
- 7.9
-
-
Method Summary
-
Methods inherited from interface com.db4o.ta.Activatable
activate, bind
-
-