org.granite.client.tide.collections
Interface ManagedPersistentMap<K,V>

All Superinterfaces:
LazyableCollection, ManagedPersistentAssociation, Map<K,V>
All Known Implementing Classes:
JavaFXManagedPersistentMap

public interface ManagedPersistentMap<K,V>
extends ManagedPersistentAssociation, Map<K,V>

Author:
William DRAI

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.granite.client.tide.collections.ManagedPersistentAssociation
ManagedPersistentAssociation.InitializationCallback, ManagedPersistentAssociation.InitializationListener
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface org.granite.client.tide.collections.ManagedPersistentAssociation
addListener, getCollection, getOwner, getPropertyName, setServerSession, withInitialized
 
Methods inherited from interface org.granite.client.persistence.LazyableCollection
clone, initialize, initializing, isInitialized, uninitialize
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values