Interface CopyableBucketIterator

All Superinterfaces:
BucketIterator

public interface CopyableBucketIterator extends BucketIterator
A BucketIterator that can be copied.
  • Method Details

    • copy

      Creates a copy of this bucket iterator, pointing at the same bucket of the same range of buckets. Calling BucketIterator.advance() on the copied iterator does not affect this instance and vice-versa.
      Returns:
      a copy of this iterator