Class AbstractImmutableMap<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    All Implemented Interfaces:
    Map<K,​V>
    Direct Known Subclasses:
    ImmutableMap

    public abstract class AbstractImmutableMap<K,​V>
    extends AbstractMap<K,​V>
    Common implementation for all immutable map implementations.
    Author:
    Jozef Hartinger