-
public interface StorableMap<K,V>- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vget(K k)Collection<K>getDeletedKeys()Collection<K>getModifiedKeys()Collection<K>getNewKeys()
-
-
-
Method Detail
-
getNewKeys
Collection<K> getNewKeys()
-
getModifiedKeys
Collection<K> getModifiedKeys()
-
getDeletedKeys
Collection<K> getDeletedKeys()
-
-