Uses of Package
org.eclipse.collections.api.map.sorted
-
Packages that use org.eclipse.collections.api.map.sorted Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.factory.map.sorted This package contains factory API for creating instances of typeSortedMapIterable.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces. -
Classes in org.eclipse.collections.api.map.sorted used by org.eclipse.collections.api Class Description MutableSortedMap A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods. -
Classes in org.eclipse.collections.api.map.sorted used by org.eclipse.collections.api.bag.sorted Class Description MutableSortedMap A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.SortedMapIterable An iterable Map whose elements are sorted. -
Classes in org.eclipse.collections.api.map.sorted used by org.eclipse.collections.api.factory.map.sorted Class Description ImmutableSortedMap An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods.MutableSortedMap A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods. -
Classes in org.eclipse.collections.api.map.sorted used by org.eclipse.collections.api.map.sorted Class Description ImmutableSortedMap An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods.MutableSortedMap A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.SortedMapIterable An iterable Map whose elements are sorted.