Class CheckedIterator<T>

java.lang.Object
ch.njol.util.coll.iterator.CheckedIterator<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
BlockSphereIterator

public class CheckedIterator<T> extends Object implements Iterator<T>
  • Constructor Details

  • Method Details

    • hasNext

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

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

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