Package org.eclipse.collections.api.factory.map.sorted
package org.eclipse.collections.api.factory.map.sorted
This package contains factory API for creating instances of type
SortedMapIterable
.
This package contains 2 interfaces:
-
ImmutableSortedMapFactory
- a factory which creates instances of typeImmutableSortedMap
. -
MutableSortedMapFactory
- a factory which creates instances of typeMutableSortedMap
.