Class ImmutableDoubleShortSingletonMap

java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableDoubleShortSingletonMap
All Implemented Interfaces:
Serializable, DoubleShortMap, ImmutableDoubleShortMap, ShortValuesMap, PrimitiveIterable, ShortIterable

final class ImmutableDoubleShortSingletonMap extends Object implements ImmutableDoubleShortMap, Serializable
ImmutableDoubleShortSingletonMap is an optimization for ImmutableDoubleShortMap of size 1. This file was automatically generated from template file immutablePrimitivePrimitiveSingletonMap.stg.
Since:
4.0.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • EMPTY_VALUE

      private static final short EMPTY_VALUE
      See Also:
    • key1

      private final double key1
    • value1

      private final short value1
  • Constructor Details

    • ImmutableDoubleShortSingletonMap

      ImmutableDoubleShortSingletonMap(double key1, short value1)
  • Method Details