Class MapEntrySetStore.EntryImpl<K,V>
java.lang.Object
org.datanucleus.store.rdbms.scostore.MapEntrySetStore.EntryImpl<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
MapEntrySetStore<K,
V>
Inner class representing the entry in the map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ownerSM
private final org.datanucleus.state.DNStateManager ownerSM -
key
-
value
-
mapStore
-
-
Constructor Details
-
EntryImpl
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getKey
-
getValue
-
setValue
-