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 definedHashingStrategy
s. -
-
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.ChainedBucket
UnifiedSetWithHashingStrategy.ChainedBucket. copy()
Methods in org.eclipse.collections.impl.set.strategy.mutable with parameters of type UnifiedSetWithHashingStrategy.ChainedBucket Modifier and Type Method Description private void
UnifiedSetWithHashingStrategy. addIfFoundFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, UnifiedSetWithHashingStrategy<T> other)
private void
UnifiedSetWithHashingStrategy. appendNewChainedBucket(UnifiedSetWithHashingStrategy.ChainedBucket bucket, java.lang.Object o)
private boolean
UnifiedSetWithHashingStrategy. chainContains(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key)
private T
UnifiedSetWithHashingStrategy. chainedAddOrReplace(T key, UnifiedSetWithHashingStrategy.ChainedBucket bucket, int index)
private java.lang.Object
UnifiedSetWithHashingStrategy. chainedDetect(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Predicate<? super T> predicate)
private void
UnifiedSetWithHashingStrategy. chainedForEach(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Procedure<? super T> procedure)
private <P> void
UnifiedSetWithHashingStrategy. chainedForEachWith(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Procedure2<? super T,? super P> procedure, P parameter)
private int
UnifiedSetWithHashingStrategy. chainedForEachWithIndex(UnifiedSetWithHashingStrategy.ChainedBucket bucket, ObjectIntProcedure<? super T> procedure, int count)
private T
UnifiedSetWithHashingStrategy. chainedGet(T key, UnifiedSetWithHashingStrategy.ChainedBucket bucket)
private int
UnifiedSetWithHashingStrategy. chainedHashCode(UnifiedSetWithHashingStrategy.ChainedBucket bucket)
private boolean
UnifiedSetWithHashingStrategy. chainedShortCircuit(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Predicate<? super T> predicate, boolean expected)
private <P> boolean
UnifiedSetWithHashingStrategy. chainedShortCircuitWith(UnifiedSetWithHashingStrategy.ChainedBucket bucket, Predicate2<? super T,? super P> predicate, P parameter, boolean expected)
private void
UnifiedSetWithHashingStrategy. chainedTrimToSize(UnifiedSetWithHashingStrategy.ChainedBucket bucket, int oldIndex, int mask)
private int
UnifiedSetWithHashingStrategy. copyBucketToArray(java.lang.Object[] result, UnifiedSetWithHashingStrategy.ChainedBucket bucket, int count)
private boolean
UnifiedSetWithHashingStrategy. copyChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket)
private T
UnifiedSetWithHashingStrategy. getLast(UnifiedSetWithHashingStrategy.ChainedBucket bucket)
private boolean
UnifiedSetWithHashingStrategy. removeDeepChain(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, T key)
private T
UnifiedSetWithHashingStrategy. removeDeepChainForPool(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, T key)
private boolean
UnifiedSetWithHashingStrategy. removeFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, int index)
private T
UnifiedSetWithHashingStrategy. removeFromChainForPool(UnifiedSetWithHashingStrategy.ChainedBucket bucket, T key, int index)
private java.lang.Object
UnifiedSetWithHashingStrategy.ChainedBucket. removeLast(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket)
protected void
UnifiedSetWithHashingStrategy.PositionalIterator. removeLastFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, int tableIndex)
private void
UnifiedSetWithHashingStrategy.ChainedBucket. removeLongChain(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, int i)
private void
UnifiedSetWithHashingStrategy. writeExternalChain(java.io.ObjectOutput out, UnifiedSetWithHashingStrategy.ChainedBucket bucket)
-