Interface LongKeyedBucketOrds.BucketOrdsEnum

Enclosing class:
LongKeyedBucketOrds

public static interface LongKeyedBucketOrds.BucketOrdsEnum
An iterator for buckets inside a particular owningBucketOrd.
  • Field Details

  • 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.