- All Implemented Interfaces:
- javax.cache.Cache.Entry<K,V>
public class JCSEntry<K,V>
extends Object
implements javax.cache.Cache.Entry<K,V> 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
getKey
- Specified by:
- getKeyin interface- javax.cache.Cache.Entry<K,V>
 
- 
getValue
- Specified by:
- getValuein interface- javax.cache.Cache.Entry<K,V>
 
- 
unwrap
- Specified by:
- unwrapin interface- javax.cache.Cache.Entry<K,V>