Uses of Interface
org.eclipse.collections.api.factory.map.primitive.ImmutableIntLongMapFactory
Package | Description |
---|---|
org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of ImmutableIntLongMapFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableIntLongMapFactory Modifier and Type Field Description static ImmutableIntLongMapFactory
IntLongMaps. immutable
-
Uses of ImmutableIntLongMapFactory in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntLongMapFactory Modifier and Type Class Description class
ImmutableIntLongMapFactoryImpl
ImmutableIntLongMapFactoryImpl is a factory implementation which creates instances of typeImmutableIntLongMap
.