Class ImmutableIntBooleanSingletonMap

java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.ImmutableIntBooleanSingletonMap
All Implemented Interfaces:
Serializable, BooleanIterable, BooleanValuesMap, ImmutableIntBooleanMap, IntBooleanMap, PrimitiveIterable

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

      private final int key1
    • value1

      private final boolean value1
  • Constructor Details

    • ImmutableIntBooleanSingletonMap

      ImmutableIntBooleanSingletonMap(int key1, boolean value1)
  • Method Details