Uses of Interface
org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactory
-
Packages that use ImmutableBooleanListFactory Package Description org.eclipse.collections.api.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces. -
-
Uses of ImmutableBooleanListFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as ImmutableBooleanListFactory Modifier and Type Field Description static ImmutableBooleanListFactoryBooleanLists. immutable -
Uses of ImmutableBooleanListFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableBooleanListFactory Modifier and Type Field Description static ImmutableBooleanListFactoryBooleanLists. immutable -
Uses of ImmutableBooleanListFactory in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableBooleanListFactory Modifier and Type Class Description classImmutableBooleanListFactoryImplImmutableBooleanListFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanList.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableBooleanListFactory Modifier and Type Field Description static ImmutableBooleanListFactoryImmutableBooleanListFactoryImpl. INSTANCE
-