Interface IntSeq

  • All Superinterfaces:
    Iterable<Integer>

    public interface IntSeq
    extends Iterable<Integer>
    An IntSeq is an abstract read-only view on a finite, random-access data-structure for primitive integer values. It allows for a unified view on integer arrays, lists of integers, words with an accompanying alphabet index function, etc.