Interface SplittableSequence<S extends SplittableSequence<S>>

  • All Superinterfaces:
    Splittable<S>

    public interface SplittableSequence<S extends SplittableSequence<S>>
    extends Splittable<S>
    Utility sub-interface of Splittable suitable for use with splittable data that can be iterated over.
    Since:
    13 Sep 2019
    Author:
    Mark Taylor
    • Method Detail

      • next

        boolean next()
        Move to the next item in the sequence. Must be called before accessing each item, including the first one. Returns false when there are no items left.
        Returns:
        true iff the current sequence element has data