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 private
ChainedBucket()
private
ChainedBucket(java.lang.Object first, java.lang.Object second)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedSetWithHashingStrategy.ChainedBucket
copy()
java.lang.Object
get(int i)
void
remove(int i)
java.lang.Object
removeLast(int cur)
private java.lang.Object
removeLast(UnifiedSetWithHashingStrategy.ChainedBucket oldBucket)
private void
removeLongChain(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()
-
-