public interface MutableEntry<K,V> extends Cache.Entry<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
void |
remove() |
void |
setValue(V value) |
getKey, getValue, unwrap
boolean exists()
void remove()
void setValue(V value)
Copyright © 2017. All rights reserved.