Class ImmutableByteDoubleSingletonMap

java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableByteDoubleSingletonMap
All Implemented Interfaces:
Serializable, DoubleIterable, ByteDoubleMap, DoubleValuesMap, ImmutableByteDoubleMap, PrimitiveIterable

final class ImmutableByteDoubleSingletonMap extends Object implements ImmutableByteDoubleMap, Serializable
ImmutableByteDoubleSingletonMap is an optimization for ImmutableByteDoubleMap 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 byte key1
    • value1

      private final double value1
  • Constructor Details

    • ImmutableByteDoubleSingletonMap

      ImmutableByteDoubleSingletonMap(byte key1, double value1)
  • Method Details