Class IgnoringEmptyMap<K,​V>

  • Type Parameters:
    K - Key type
    V - Value type
    All Implemented Interfaces:
    Map<K,​V>

    public class IgnoringEmptyMap<K,​V>
    extends Object
    implements Map<K,​V>
    A dummy map that ignores all put/remove calls
    Author:
    Apache MINA SSHD Project
    • Constructor Detail

      • IgnoringEmptyMap

        public IgnoringEmptyMap()