Uses of Interface
org.eclipse.collections.impl.parallel.BatchIterable

Packages that use BatchIterable 
Package Description
org.eclipse.collections.impl.forkjoin
This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework.
org.eclipse.collections.impl.list.mutable
This package contains implementations of the MutableList 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.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.parallel
This package contains classes which is used for parallel iteration through the containers.
org.eclipse.collections.impl.set  
org.eclipse.collections.impl.set.mutable
This package package contains implementations of MutableSet.
org.eclipse.collections.impl.set.strategy.mutable
This package contains implementations of sets with user defined HashingStrategys.