-
-
Constructor Summary
Constructors
Constructor and Description |
JCSEntry(K key,
V value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
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–2018 The Apache Software Foundation. All rights reserved.