Class ObjectLongMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ObjectLongMaps
-
public final class ObjectLongMaps extends java.lang.ObjectObjectLongMaps is a static utility for creatingImmutableObjectLongMapFactoryandMutableObjectLongMapFactory. This file was automatically generated from template file objectPrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableObjectLongMapFactoryimmutablestatic MutableObjectLongMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateObjectLongMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableObjectLongMapFactory immutable
-
mutable
public static final MutableObjectLongMapFactory mutable
-
-