Class FloatLongMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.FloatLongMaps
-
public final class FloatLongMaps extends java.lang.ObjectFloatLongMaps is a static utility for creatingImmutableFloatLongMapFactoryandMutableFloatLongMapFactory. This file was automatically generated from template file primitivePrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableFloatLongMapFactoryimmutablestatic MutableFloatLongMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateFloatLongMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableFloatLongMapFactory immutable
-
mutable
public static final MutableFloatLongMapFactory mutable
-
-