| 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 type
SortedMapIterable. |
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| Class and Description |
|---|
| MutableSortedMap
A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.
|
| Class and 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.
|
| Class and Description |
|---|
| ImmutableSortedMap
An ImmutableSortedMap is different than a JCF SortedMap in that it has no mutating methods, but it shares
the read-only protocol of a SortedMap.
|
| MutableSortedMap
A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.
|
| Class and Description |
|---|
| ImmutableSortedMap
An ImmutableSortedMap is different than a JCF SortedMap in that it has no mutating methods, but it shares
the read-only protocol of a SortedMap.
|
| MutableSortedMap
A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.
|
| SortedMapIterable
An iterable Map whose elements are sorted.
|
Copyright © 2004–2020. All rights reserved.