Class LongFilteringIterator

Object
AbstractLongIterator
LongFindingIterator
LongFilteringIterator
All Implemented Interfaces:
LongIterable, LongIterator, Iterable<LongIterator>, Iterator<LongIterator>

public class LongFilteringIterator extends LongFindingIterator
  • Nested Class Summary

    Nested classes/interfaces inherited from interface LongIterator

    LongIterator.Single
  • Field Summary

    Fields inherited from class LongFindingIterator

    myNext

    Fields inherited from interface LongIterator

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
    LongFilteringIterator(LongIterator source, La<Long,?> filter)
     
    LongFilteringIterator(LongIterator source, LongPredicate filter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    static Pair<LongIterator,LongIterator>
    split(LongIterator iterator, La<Long,?> filter)
     

    Methods inherited from class LongFindingIterator

    hasNext, hasValue, next, value

    Methods inherited from class AbstractLongIterator

    iterator, nextValue, remove, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface Iterable

    forEach, spliterator

    Methods inherited from interface Iterator

    forEachRemaining
  • Constructor Details

    • LongFilteringIterator

      public LongFilteringIterator(LongIterator source, La<Long,?> filter)
    • LongFilteringIterator

      public LongFilteringIterator(@NotNull LongIterator source, @NotNull LongPredicate filter)
  • Method Details