Class AbstractSkippingLongIterator

    • Constructor Detail

      • AbstractSkippingLongIterator

        public AbstractSkippingLongIterator()
    • Method Detail

      • skipTo

        public final boolean skipTo​(long theValue)
        Description copied from interface: SkippingLongIterator
        Moves the position to the minimal value that is greater than or equal to the target. Returns true, if such value exists, false otherwise.
        Specified by:
        skipTo in interface SkippingLongIterator
      • computeSkipTo

        public abstract long computeSkipTo​(long theValue)