public interface HugeMap<K,T> extends ConcurrentMap<K,T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
flush() |
boolean |
isDeleteOnExit() |
boolean |
isReadOnly() |
void |
setDeleteOnExit(boolean value) |
void |
setReadOnly(boolean value) |
putIfAbsent, remove, replace, replaceCopyright © 2016. All rights reserved.