Class ScopeMap.ScopeMapEntry<K,​V>

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

    public static class ScopeMap.ScopeMapEntry<K,​V>
    extends Object
    implements Map.Entry<K,​V>
    • Constructor Detail

      • ScopeMapEntry

        public ScopeMapEntry​(K key,
                             V value,
                             Map<K,​V> map)