public final class CompositeBucketIterator extends Object implements BucketIterator
| Constructor and Description |
|---|
CompositeBucketIterator(BucketIterator... iters)
Constructs with given list (or array) of iterators
|
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the index of the current bucket
|
byte |
getValue()
Gets the value of the current bucket
|
boolean |
next()
Should be called before each step of iteration (as well as immediately after initialization)
|
public CompositeBucketIterator(BucketIterator... iters)
iters - the given list (or array) of iteratorspublic boolean next()
BucketIteratornext in interface BucketIteratorpublic int getKey()
BucketIteratorgetKey in interface BucketIteratorpublic byte getValue()
BucketIteratorgetValue in interface BucketIteratorCopyright © 2015–2017 Yahoo! Inc.. All rights reserved.