Uses of Class
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ChainedBucket
Packages that use UnifiedSetWithHashingStrategy.ChainedBucket
Package
Description
This package contains implementations of sets with user defined
HashingStrategys.-
Uses of UnifiedSetWithHashingStrategy.ChainedBucket in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return UnifiedSetWithHashingStrategy.ChainedBucketMethods in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategy.ChainedBucketModifier and TypeMethodDescriptionprivate voidUnifiedSetWithHashingStrategy.addIfFoundFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, UnifiedSetWithHashingStrategy<T> other) private voidUnifiedSetWithHashingStrategy.appendNewChainedBucket(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Object o) private booleanUnifiedSetWithHashingStrategy.chainContains(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key) private TUnifiedSetWithHashingStrategy.chainedAddOrReplace(T key, UnifiedSetWithHashingStrategy.ChainedBucket bucket, int index) private ObjectUnifiedSetWithHashingStrategy.chainedDetect(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Predicate<? super T> predicate) private voidUnifiedSetWithHashingStrategy.chainedForEach(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Procedure<? super T> procedure) private <P> voidUnifiedSetWithHashingStrategy.chainedForEachWith(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Procedure2<? super T, ? super P> procedure, P parameter) private intUnifiedSetWithHashingStrategy.chainedForEachWithIndex(UnifiedSetWithHashingStrategy.ChainedBucket bucket, ObjectIntProcedure<? super T> procedure, int count) private TUnifiedSetWithHashingStrategy.chainedGet(T key, UnifiedSetWithHashingStrategy.ChainedBucket bucket) private intUnifiedSetWithHashingStrategy.chainedHashCode(UnifiedSetWithHashingStrategy.ChainedBucket bucket) private booleanUnifiedSetWithHashingStrategy.chainedShortCircuit(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Predicate<? super T> predicate, boolean expected) private <P> booleanUnifiedSetWithHashingStrategy.chainedShortCircuitWith(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Predicate2<? super T, ? super P> predicate, P parameter, boolean expected) private voidUnifiedSetWithHashingStrategy.chainedTrimToSize(UnifiedSetWithHashingStrategy.ChainedBucket bucket, int oldIndex, int mask) private intUnifiedSetWithHashingStrategy.copyBucketToArray(Object[] result, UnifiedSetWithHashingStrategy.ChainedBucket bucket, int count) private booleanUnifiedSetWithHashingStrategy.copyChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket) private TUnifiedSetWithHashingStrategy.getLast(UnifiedSetWithHashingStrategy.ChainedBucket bucket) private booleanUnifiedSetWithHashingStrategy.removeDeepChain(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, T key) private TUnifiedSetWithHashingStrategy.removeDeepChainForPool(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, T key) private booleanUnifiedSetWithHashingStrategy.removeFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, int index) private TUnifiedSetWithHashingStrategy.removeFromChainForPool(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, int index) private ObjectUnifiedSetWithHashingStrategy.ChainedBucket.removeLast(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket) protected voidUnifiedSetWithHashingStrategy.PositionalIterator.removeLastFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, int tableIndex) private voidUnifiedSetWithHashingStrategy.ChainedBucket.removeLongChain(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, int i) private voidUnifiedSetWithHashingStrategy.writeExternalChain(ObjectOutput out, UnifiedSetWithHashingStrategy.ChainedBucket bucket)