Interface CopyableBucketIterator
- All Superinterfaces:
BucketIterator
A
BucketIterator that can be copied.-
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a copy of this bucket iterator, pointing at the same bucket of the same range of buckets.
-
Method Details
-
copy
CopyableBucketIterator copy()Creates a copy of this bucket iterator, pointing at the same bucket of the same range of buckets. CallingBucketIterator.advance()on the copied iterator does not affect this instance and vice-versa.- Returns:
- a copy of this iterator
-