Interface LongKeyedBucketOrds.BucketOrdsEnum
- Enclosing class:
- LongKeyedBucketOrds
public static interface LongKeyedBucketOrds.BucketOrdsEnum
An iterator for buckets inside a particular
owningBucketOrd
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final LongKeyedBucketOrds.BucketOrdsEnum
An LongKeyedBucketOrds.BucketOrdsEnum that is empty. -
Method Summary
-
Field Details
-
EMPTY
An LongKeyedBucketOrds.BucketOrdsEnum that is empty.
-
-
Method Details
-
next
boolean next()Advance to the next value.- Returns:
true
if there *is* a next value,false
if there isn't
-
ord
long ord()The ordinal of the current value. -
value
long value()The current value.
-