-
-
Constructor Summary
Constructors
Constructor and Description |
JCSMutableEntry(javax.cache.Cache<K,V> cache,
K key) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
exists
public boolean exists()
- Specified by:
exists
in interface javax.cache.processor.MutableEntry<K,V>
-
remove
public void remove()
- Specified by:
remove
in interface javax.cache.processor.MutableEntry<K,V>
-
getKey
public K getKey()
- Specified by:
getKey
in interface javax.cache.Cache.Entry<K,V>
-
getValue
public V getValue()
- Specified by:
getValue
in interface javax.cache.Cache.Entry<K,V>
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.