Interface ForIterator

All Known Implementing Classes:
IndexOnlyForIterator, IterableForIterator

public interface ForIterator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    boolean
     
  • Method Details

    • index

      int index()
    • first

      boolean first()
    • last

      boolean last()