Class CacheMap.CacheMapEntry
- java.lang.Object
-
- com.identityworksllc.iiq.common.cache.CacheMap.CacheMapEntry
-
-
Constructor Summary
Constructors Constructor Description CacheMapEntry(K theKey, V theValue)
Constructs a new map entry
-
-
-
Constructor Detail
-
CacheMapEntry
public CacheMapEntry(K theKey, V theValue)
Constructs a new map entry- Parameters:
theKey
- The key valuetheValue
- The value associated with the key
-
-
Method Detail
-
getKey
public K getKey()
- Specified by:
getKey
in interfaceMap.Entry<K,V>
- See Also:
Map.Entry.getKey()
-
getValue
public V getValue()
- Specified by:
getValue
in interfaceMap.Entry<K,V>
- See Also:
Map.Entry.getValue()
-
hashCode
public int hashCode()
-
-