Class ImmutableCharDoubleSingletonMap

java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableCharDoubleSingletonMap
All Implemented Interfaces:
Serializable, DoubleIterable, CharDoubleMap, DoubleValuesMap, ImmutableCharDoubleMap, PrimitiveIterable

final class ImmutableCharDoubleSingletonMap extends Object implements ImmutableCharDoubleMap, Serializable
ImmutableCharDoubleSingletonMap is an optimization for ImmutableCharDoubleMap 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 double EMPTY_VALUE
      See Also:
    • key1

      private final char key1
    • value1

      private final double value1
  • Constructor Details

    • ImmutableCharDoubleSingletonMap

      ImmutableCharDoubleSingletonMap(char key1, double value1)
  • Method Details