Class AbstractEntry<TypeK,TypeV>

java.lang.Object
org.jctools.maps.AbstractEntry<TypeK,TypeV>
Type Parameters:
TypeK - the type of keys maintained by this map
TypeV - the type of mapped values
All Implemented Interfaces:
Map.Entry<TypeK,TypeV>
Direct Known Subclasses:
NonBlockingHashMap.NBHMEntry, NonBlockingHashMapLong.NBHMLEntry, NonBlockingIdentityHashMap.NBHMEntry

abstract class AbstractEntry<TypeK,TypeV> extends Object implements Map.Entry<TypeK,TypeV>
A simple implementation of Map.Entry. Does not implement Map.Entry.setValue(V), that is done by users of the class.
Since:
1.5