E - the element typepublic interface BucketPartition<E> extends Set<E>
Bucket.| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(E e)
Deprecated.
as partitions do not support this method.
|
default boolean |
addAll(Collection<? extends E> c)
Deprecated.
as partitions do not support this method.
|
int |
getPartitionIndex()
Gets the index of this partition within the bucket
|
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamint getPartitionIndex()
@Deprecated default boolean add(E e)
@Deprecated default boolean addAll(Collection<? extends E> c)
Copyright © 2020. All rights reserved.