Interface ComparableIntIterator

  • All Superinterfaces:
    java.lang.Comparable, IntListIterator

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