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 ImmutableSortedSetFactorySortedSets. 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 ImmutableSortedSetFactorySortedSets. 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 classImmutableSortedSetFactoryImplFields in org.eclipse.collections.impl.set.sorted.immutable declared as ImmutableSortedSetFactory Modifier and Type Field Description static ImmutableSortedSetFactoryImmutableSortedSetFactoryImpl. INSTANCE
-