Class SimpleEntryImpl<K,​V>

  • All Implemented Interfaces:
    Map.Entry<K,​V>

    public class SimpleEntryImpl<K,​V>
    extends Object
    implements Map.Entry<K,​V>
    Really basic entry implementation of Map.Entry.

    Created by Jeff Gaynor
    on Nov 26, 2010 at 3:02:20 PM

    • Constructor Detail

      • SimpleEntryImpl

        public SimpleEntryImpl​(K key,
                               V value)