JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.eclipse.collections.impl.map.sorted
package
org.eclipse.collections.impl.map.sorted
This package contains implementations of the
SortedMapIterable
interface.
Related Packages
Package
Description
org.eclipse.collections.impl.map
This package contains implementations of the
MapIterable
interface.
org.eclipse.collections.impl.map.sorted.immutable
This package contains implementations of the
MutableSortedMap
interface.
org.eclipse.collections.impl.map.sorted.mutable
This package contains implementations of the
MutableSortedMap
interface.
org.eclipse.collections.impl.map.fixed
This package contains implementations of the
FixedSizeMap
interface.
org.eclipse.collections.impl.map.immutable
This package contains implementations of the
ImmutableMap
interface.
org.eclipse.collections.impl.map.mutable
This package contains implementations of the
MutableMap
interface.
org.eclipse.collections.impl.map.primitive
org.eclipse.collections.impl.map.strategy
This package contains map implementations backed by hashtables that rely on
HashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.