Interface IOpenIterator<T>

All Superinterfaces:
Iterator<T>
All Known Subinterfaces:
IIntIterator
All Known Implementing Classes:
AIndexedIterator, AIntIterator, AOpenIterator, IIntSelector.IntSelectIterator, IntArrayIterator

public interface IOpenIterator<T> extends Iterator<T>
Author:
snshor
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface java.util.Iterator

    forEachRemaining, hasNext, next, remove
  • Field Details

  • Method Details

    • size

      int size()
      Returns:
      the number of elements left to iterate, or UNKNOWN_SIZE if it is not known, this method is "const"