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 theMutableSortedMapinterface. -
-
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 ImmutableSortedMapFactorySortedMaps. 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 ImmutableSortedMapFactorySortedMaps. 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 classImmutableSortedMapFactoryImplFields in org.eclipse.collections.impl.map.sorted.immutable declared as ImmutableSortedMapFactory Modifier and Type Field Description static ImmutableSortedMapFactoryImmutableSortedMapFactoryImpl. INSTANCE
-