Uses of Package
org.eclipse.collections.api.block

Packages that use org.eclipse.collections.api.block 
Package Description
org.eclipse.collections.api.factory.bag.strategy  
org.eclipse.collections.api.factory.map.strategy
This package contains factory API for creating instances of maps with user defined HashingStrategys.
org.eclipse.collections.api.factory.set.strategy
This package contains Factory API for ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory.
org.eclipse.collections.api.list
This package contains interfaces for list API which enhance the performance and functionality of List.
org.eclipse.collections.impl.bag.strategy.mutable
This package contains implementations of bags with user defined HashingStrategys.
org.eclipse.collections.impl.block.comparator
This package contains implementations of the SerializableComparator interface.
org.eclipse.collections.impl.block.comparator.primitive
This package contains implementations of the SerializableComparator interface to compare primitive double, int and long.
org.eclipse.collections.impl.block.factory
This package contains factory implementations for Function, Predicate, SerializableComparator and Procedure.
org.eclipse.collections.impl.list.fixed
This package contains implementations of the FixedSizeList interface.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList interface.
org.eclipse.collections.impl.map.mutable.primitive
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
org.eclipse.collections.impl.map.strategy.immutable
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.
org.eclipse.collections.impl.map.strategy.mutable
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.
org.eclipse.collections.impl.multimap.bag.strategy  
org.eclipse.collections.impl.multimap.set.strategy
This package contains implementations of the SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.
org.eclipse.collections.impl.partition.set.strategy
This package contains implementations of the PartitionMutableSet interface.
org.eclipse.collections.impl.set.strategy.immutable
This package contains implementations of immutable sets with user defined HashingStrategys.
org.eclipse.collections.impl.set.strategy.mutable
This package contains implementations of sets with user defined HashingStrategys.
org.eclipse.collections.impl.utility
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
org.eclipse.collections.impl.utility.internal
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.