Class AbstractEntry<TypeK,TypeV>

java.lang.Object
org.jruby.util.collections.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:
NonBlockingHashMapLong.NBHMLEntry

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