Interface ComparableIntIterator

All Superinterfaces:
Comparable, IntListIterator

public interface ComparableIntIterator extends IntListIterator, Comparable
Interface for a comparable IntListIterator. Two IntIterators are compared according to the element that would be returned by the next call to next().