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 theImmutableListinterface. -
-
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 ImmutableListFactoryLists. 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 ImmutableListFactoryLists. 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 classImmutableListFactoryImplFields in org.eclipse.collections.impl.list.immutable declared as ImmutableListFactory Modifier and Type Field Description static ImmutableListFactoryImmutableListFactoryImpl. INSTANCE
-