Uses of Class
org.eclipse.collections.impl.lazy.parallel.AbstractBatch
-
Packages that use AbstractBatch Package Description org.eclipse.collections.impl.lazy.parallel.bag org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.bag
Subclasses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.bag Modifier and Type Class Description class
CollectUnsortedBagBatch<T,V>
class
FlatCollectUnsortedBagBatch<T,V>
class
SelectUnsortedBagBatch<T>
-
Uses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.list
Subclasses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.list Modifier and Type Class Description class
CollectListBatch<T,V>
class
DistinctBatch<T>
class
FlatCollectListBatch<T,V>
class
ListIterableBatch<T>
class
SelectListBatch<T>
-
Uses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.set
Subclasses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.set Modifier and Type Class Description class
CollectUnsortedSetBatch<T,V>
class
SelectUnsortedSetBatch<T>
-
Uses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted
Subclasses of AbstractBatch in org.eclipse.collections.impl.lazy.parallel.set.sorted Modifier and Type Class Description class
CollectSortedSetBatch<T,V>
class
FlatCollectSortedSetBatch<T,V>
class
SelectSortedSetBatch<T>
-
Uses of AbstractBatch in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractBatch in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description private class
UnifiedSet.UnifiedUnsortedSetBatch
-
Uses of AbstractBatch in org.eclipse.collections.impl.set.sorted.immutable
Subclasses of AbstractBatch in org.eclipse.collections.impl.set.sorted.immutable Modifier and Type Class Description private class
ImmutableTreeSet.ImmutableTreeSetBatch
-
Uses of AbstractBatch in org.eclipse.collections.impl.set.strategy.mutable
Subclasses of AbstractBatch in org.eclipse.collections.impl.set.strategy.mutable Modifier and Type Class Description private class
UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch
-