Uses of Interface
org.eclipse.collections.api.factory.list.ImmutableListFactory
-
Packages that use ImmutableListFactory 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.list.immutable This package contains implementations of theImmutableList
interface. -
-
Uses of ImmutableListFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as ImmutableListFactory Modifier and Type Field Description static ImmutableListFactory
Lists. immutable
-
Uses of ImmutableListFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableListFactory Modifier and Type Field Description static ImmutableListFactory
Lists. immutable
-
Uses of ImmutableListFactory in org.eclipse.collections.impl.list.immutable
Classes in org.eclipse.collections.impl.list.immutable that implement ImmutableListFactory Modifier and Type Class Description class
ImmutableListFactoryImpl
Fields in org.eclipse.collections.impl.list.immutable declared as ImmutableListFactory Modifier and Type Field Description static ImmutableListFactory
ImmutableListFactoryImpl. INSTANCE
-