| Package | Description |
|---|---|
| me.lucko.helper.bucket |
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableList<BucketPartition<E>> |
AbstractBucket.partitionView
A view of the
AbstractBucket.partitions list - with all contained values wrapped by SetView. |
| Modifier and Type | Method and Description |
|---|---|
BucketPartition<E> |
Bucket.getPartition(int i)
Gets the partition with the given index value
|
BucketPartition<E> |
AbstractBucket.getPartition(int index) |
| Modifier and Type | Method and Description |
|---|---|
Cycle<BucketPartition<E>> |
Bucket.asCycle()
Returns a cycle instance unique to this bucket.
|
Cycle<BucketPartition<E>> |
AbstractBucket.asCycle() |
List<BucketPartition<E>> |
Bucket.getPartitions()
Gets the partitions which form this bucket.
|
List<BucketPartition<E>> |
AbstractBucket.getPartitions() |
Copyright © 2020. All rights reserved.