Uses of Interface
org.eclipse.collections.api.factory.map.sorted.ImmutableSortedMapFactory
-
Packages that use ImmutableSortedMapFactory 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.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface. -
-
Uses of ImmutableSortedMapFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as ImmutableSortedMapFactory Modifier and Type Field Description static ImmutableSortedMapFactory
SortedMaps. immutable
-
Uses of ImmutableSortedMapFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableSortedMapFactory Modifier and Type Field Description static ImmutableSortedMapFactory
SortedMaps. immutable
-
Uses of ImmutableSortedMapFactory in org.eclipse.collections.impl.map.sorted.immutable
Classes in org.eclipse.collections.impl.map.sorted.immutable that implement ImmutableSortedMapFactory Modifier and Type Class Description class
ImmutableSortedMapFactoryImpl
Fields in org.eclipse.collections.impl.map.sorted.immutable declared as ImmutableSortedMapFactory Modifier and Type Field Description static ImmutableSortedMapFactory
ImmutableSortedMapFactoryImpl. INSTANCE
-