Class UnifiedSet.ChainedBucket
java.lang.Object
org.eclipse.collections.impl.set.mutable.UnifiedSet.ChainedBucket
- Enclosing class:
UnifiedSet<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()get(int i) voidremove(int i) removeLast(int cur) private ObjectremoveLast(UnifiedSet.ChainedBucket oldBucket) private voidremoveLongChain(UnifiedSet.ChainedBucket oldBucket, int i)
-
Field Details
-
zero
-
one
-
two
-
three
-
-
Constructor Details
-
ChainedBucket
private ChainedBucket() -
ChainedBucket
-
-
Method Details
-
remove
public void remove(int i) -
removeLongChain
-
get
-
removeLast
-
removeLast
-
copy
-