All Superinterfaces:
Spliterator<Long>, Spliterator.OfPrimitive<Long,LongConsumer,Spliterator.OfLong>
All Known Implementing Classes:
Spliterators.AbstractLongSpliterator
Enclosing interface:
Spliterator<T>

A Spliterator specialized for long values.

Since:
1.8
  • Nested Class Summary

  • Field Summary

  • Method Summary

    default void

    Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.

    default boolean

    If a remaining element exists, performs the given action on it, returning true; else returns false.