Class UnifiedSet.ChainedBucket
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.UnifiedSet.ChainedBucket
-
- Enclosing class:
- UnifiedSet<T>
private static final class UnifiedSet.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 UnifiedSet.ChainedBucket
copy()
java.lang.Object
get(int i)
void
remove(int i)
java.lang.Object
removeLast(int cur)
private java.lang.Object
removeLast(UnifiedSet.ChainedBucket oldBucket)
private void
removeLongChain(UnifiedSet.ChainedBucket oldBucket, int i)
-
-
-
Method Detail
-
remove
public void remove(int i)
-
removeLongChain
private void removeLongChain(UnifiedSet.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(UnifiedSet.ChainedBucket oldBucket)
-
copy
public UnifiedSet.ChainedBucket copy()
-
-