content
The content in the bucket
E - the element typeBucket<E>, Iterable<E>, Collection<E>, Set<E>Bucket.protected final com.google.common.collect.ImmutableList<BucketPartition<E>>partitions list - with all contained values wrapped by AbstractBucket<E>.dev.demeng.pluginbase.bucket.AbstractBucket.SetView.protected final intprotected final PartitioningStrategy<E>protected AbstractBucket(int size,
PartitioningStrategy<E> strategy) booleanasCycle()voidclear()booleangetPartition(int index) intbooleanisEmpty()iterator()booleanintsize()equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, stream, toArrayaddAll, containsAll, equals, hashCode, removeAll, retainAll, spliterator, toArray, toArraypartitions list - with all contained values wrapped by AbstractBucket<E>.dev.demeng.pluginbase.bucket.AbstractBucket.SetView.BucketgetPartitionCount in interface Bucket<E>BucketgetPartition in interface Bucket<E>index - the partition indexBucketgetPartitions in interface Bucket<E>BucketThis method is provided as a utility for operating deterministically on all elements within the bucket over a period of time.
The same cycle instance is returned for each bucket.
add in interface Collection<E>add in interface Set<E>add in class AbstractCollection<E>remove in interface Collection<E>remove in interface Set<E>remove in class AbstractCollection<E>clear in interface Collection<E>clear in interface Set<E>clear in class AbstractCollection<E>size in interface Collection<E>size in interface Set<E>size in class AbstractCollection<E>isEmpty in interface Collection<E>isEmpty in interface Set<E>isEmpty in class AbstractCollection<E>contains in interface Collection<E>contains in interface Set<E>contains in class AbstractCollection<E>