Package zombie.util

Interface IntIterator

All Known Subinterfaces:
IntListIterator

public interface IntIterator
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    void
     
  • Method Details

    • hasNext

      boolean hasNext()
    • next

      int next()
    • remove

      void remove()