| Package | Description |
|---|---|
| me.lucko.helper.bucket |
| Modifier and Type | Method and Description |
|---|---|
Cycle<BucketPartition<E>> |
Bucket.asCycle()
Returns a cycle instance unique to this bucket.
|
Cycle<BucketPartition<E>> |
AbstractBucket.asCycle() |
Cycle<E> |
Cycle.copy()
Creates a copy of this cycle.
|
static <E> Cycle<E> |
Cycle.of(List<E> objects)
Creates a new cycle of elements.
|
Copyright © 2022. All rights reserved.