Uses of Interface
org.eclipse.collections.api.factory.map.FixedSizeMapFactory
-
Packages that use FixedSizeMapFactory Package Description org.eclipse.collections.api.factory org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMap
interface. -
-
Uses of FixedSizeMapFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as FixedSizeMapFactory Modifier and Type Field Description static FixedSizeMapFactory
Maps. fixedSize
-
Uses of FixedSizeMapFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as FixedSizeMapFactory Modifier and Type Field Description static FixedSizeMapFactory
Maps. fixedSize
-
Uses of FixedSizeMapFactory in org.eclipse.collections.impl.map.fixed
Classes in org.eclipse.collections.impl.map.fixed that implement FixedSizeMapFactory Modifier and Type Class Description class
FixedSizeMapFactoryImpl
Fields in org.eclipse.collections.impl.map.fixed declared as FixedSizeMapFactory Modifier and Type Field Description static FixedSizeMapFactory
FixedSizeMapFactoryImpl. INSTANCE
-