Class UnifiedSetWithHashingStrategy.ChainedBucket
- java.lang.Object
-
- org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ChainedBucket
-
- Enclosing class:
- UnifiedSetWithHashingStrategy<T>
private static final class UnifiedSetWithHashingStrategy.ChainedBucket extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateChainedBucket()privateChainedBucket(java.lang.Object first, java.lang.Object second)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedSetWithHashingStrategy.ChainedBucketcopy()java.lang.Objectget(int i)voidremove(int i)java.lang.ObjectremoveLast(int cur)private java.lang.ObjectremoveLast(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket)private voidremoveLongChain(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, int i)
-
-
-
Method Detail
-
remove
public void remove(int i)
-
removeLongChain
private void removeLongChain(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket, int i)
-
get
public java.lang.Object get(int i)
-
removeLast
public java.lang.Object removeLast(int cur)
-
removeLast
private java.lang.Object removeLast(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket)
-
copy
public UnifiedSetWithHashingStrategy.ChainedBucket copy()
-
-