Interface TPrimitiveIterator<T,S>

All Superinterfaces:
Iterator<T>
All Known Subinterfaces:
TPrimitiveIterator.OfDouble, TPrimitiveIterator.OfInt, TPrimitiveIterator.OfLong

public interface TPrimitiveIterator<T,S> extends Iterator<T>
  • Method Details

    • forEachRemaining

      void forEachRemaining(S action)