Class LongObjectMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.LongObjectMaps
-
public final class LongObjectMaps extends java.lang.ObjectLongObjectMaps is a static utility for creatingImmutableLongObjectMapFactoryandMutableLongObjectMapFactory. This file was automatically generated from template file primitiveObjectMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableLongObjectMapFactoryimmutablestatic MutableLongObjectMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateLongObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableLongObjectMapFactory immutable
-
mutable
public static final MutableLongObjectMapFactory mutable
-
-