public interface StorableMap<K,V>
Modifier and Type | Method and Description |
---|---|
V |
get(K k) |
Collection<K> |
getDeletedKeys() |
Collection<K> |
getModifiedKeys() |
Collection<K> |
getNewKeys() |
Collection<K> getNewKeys()
Collection<K> getModifiedKeys()
Collection<K> getDeletedKeys()
Copyright © 2015 Oracle Corporation. All rights reserved.