Class MapEntryImpl<K,V>

java.lang.Object
org.evrete.util.MapEntryImpl<K,V>
All Implemented Interfaces:
Map.Entry<K,V>

public class MapEntryImpl<K,V> extends Object implements Map.Entry<K,V>
  • Constructor Details

    • MapEntryImpl

      public MapEntryImpl(K key, V value)
  • Method Details