Interface ResettableLongIterator

All Superinterfaces:
LongIterator
All Known Implementing Classes:
AbstractLongIterator, AbstractSkippingLongIterator, ConstantAppendingLongIterator

public interface ResettableLongIterator extends LongIterator
Since:
5.1
Version:
5.1
Author:
Pavel Klinov
  • Field Summary

    Fields inherited from interface com.complexible.common.primitives.LongIterator

    NO_NEXT_ELEMENT
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface com.complexible.common.primitives.LongIterator

    hasNext, next
  • Method Details

    • reset

      void reset()