Class use_LooseList.looselist_Iterator<T>

java.lang.Object
com.jackmeng.core.util.use_LooseList.looselist_Iterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
use_LooseList<T>

private static class use_LooseList.looselist_Iterator<T> extends Object implements Iterator<T>
  • Field Details

  • Constructor Details

  • Method Details

    • hasNext

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

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

      public void remove()
      Specified by:
      remove in interface Iterator<T>