Class LongArrayList.Itr

java.lang.Object
org.ujmp.core.util.LongArrayList.Itr
All Implemented Interfaces:
Iterator<Long>
Direct Known Subclasses:
LongArrayList.ListItr
Enclosing class:
LongArrayList

private class LongArrayList.Itr extends Object implements Iterator<Long>
  • Field Details

    • cursor

      int cursor
    • lastRet

      int lastRet
    • expectedModCount

      int expectedModCount
  • Constructor Details

    • Itr

      private Itr()
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<Long>
    • next

      public Long next()
      Specified by:
      next in interface Iterator<Long>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<Long>
    • checkForComodification

      final void checkForComodification()