Package uk.ac.starlink.util
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
next()
Move to the next item in the sequence.-
Methods inherited from interface uk.ac.starlink.util.Splittable
split, splittableSize
-
-