Uses of Class
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ChainedBucket
-
Packages that use UnifiedSetWithHashingStrategy.ChainedBucket Package Description org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys. -
-
Uses of UnifiedSetWithHashingStrategy.ChainedBucket in org.eclipse.collections.impl.set.strategy.mutable
Methods in org.eclipse.collections.impl.set.strategy.mutable that return UnifiedSetWithHashingStrategy.ChainedBucket Modifier and Type Method Description UnifiedSetWithHashingStrategy.ChainedBucketUnifiedSetWithHashingStrategy.ChainedBucket. copy()Methods in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategy.ChainedBucket Modifier and Type Method Description private voidUnifiedSetWithHashingStrategy. addIfFoundFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, UnifiedSetWithHashingStrategy<T> other)private voidUnifiedSetWithHashingStrategy. appendNewChainedBucket(UnifiedSetWithHashingStrategy.ChainedBucket bucket, java.lang.Object o)private booleanUnifiedSetWithHashingStrategy. chainContains(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key)private TUnifiedSetWithHashingStrategy. chainedAddOrReplace(T key, UnifiedSetWithHashingStrategy.ChainedBucket bucket, int index)private java.lang.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(java.lang.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 java.lang.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(java.io.ObjectOutput out, UnifiedSetWithHashingStrategy.ChainedBucket bucket)
-