Uses of Package
org.eclipse.collections.impl

Package
Description
This package contains implementations for Eclipse Collections API.
 
This package contains implementations of the ImmutableBag interface.
This package contains implementations of the MutableBag interface.
This package contains implementations of MutableSortedBag.
This package contains implementations of bags with user defined HashingStrategys.
This package contains implementations of the ImmutableCollection interface.
This package contains implementations of the MutableCollection interface.
This package contains implementations of the LazyIterable interface.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the ListIterable interface.
This package contains implementations of the FixedSizeList interface.
This package contains implementations of the MutableList interface.
This package contains implementations of the MapIterable interface.
This package contains implementations of the ImmutableMap interface.
This package contains implementations of the MutableMap interface.
 
This package contains implementations of the MutableSortedMap interface.
This package contains implementations of the MutableSortedMap interface.
This package contains immutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
This package contains mutable map implementations backed by hashtables that rely on HashingStrategys provided by the developer to compute the hashCode and equals for the objects stored in the map.
 
This package contains the implementations of ImmutableSet.
This package contains implementations of MutableSet.
This package contains implementations of MutableSortedSet.
This package contains implementations of sets with user defined HashingStrategys.