Uses of Interface
org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactory
-
Packages that use ImmutableSortedSetFactory 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.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
Uses of ImmutableSortedSetFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as ImmutableSortedSetFactory Modifier and Type Field Description static ImmutableSortedSetFactory
SortedSets. immutable
-
Uses of ImmutableSortedSetFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableSortedSetFactory Modifier and Type Field Description static ImmutableSortedSetFactory
SortedSets. immutable
-
Uses of ImmutableSortedSetFactory in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement ImmutableSortedSetFactory Modifier and Type Class Description class
ImmutableSortedSetFactoryImpl
Fields in org.eclipse.collections.impl.set.sorted.immutable declared as ImmutableSortedSetFactory Modifier and Type Field Description static ImmutableSortedSetFactory
ImmutableSortedSetFactoryImpl. INSTANCE
-