Uses of Interface
org.eclipse.collections.api.set.Pool
-
Packages that use Pool Package Description org.eclipse.collections.impl.set org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s. -
-
Uses of Pool in org.eclipse.collections.impl.set
Classes in org.eclipse.collections.impl.set that implement Pool Modifier and Type Class Description class
AbstractUnifiedSet<T>
-
Uses of Pool in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement Pool Modifier and Type Class Description class
UnifiedSet<T>
-
Uses of Pool in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement Pool Modifier and Type Class Description class
UnifiedSetWithHashingStrategy<T>
-