| Interface | Description |
|---|---|
| Bucket<E> |
A bucket is an extension of
Set, which allows contained elements
to be separated into parts by a PartitioningStrategy. |
| BucketPartition<E> |
Represents a partition of elements within a
Bucket. |
| Cycle<E> |
An infinite cycle of elements.
|
| Class | Description |
|---|---|
| AbstractBucket<E> |
An abstract implementation of
Bucket. |
Copyright © 2020. All rights reserved.