Class IntSingletonSpliterator

java.lang.Object
org.eclipse.collections.impl.stream.primitive.IntSingletonSpliterator
All Implemented Interfaces:
Spliterator<Integer>, Spliterator.OfInt, Spliterator.OfPrimitive<Integer,IntConsumer,Spliterator.OfInt>

public final class IntSingletonSpliterator extends Object implements Spliterator.OfInt
IntSingletonSpliterator is a specialized spliterator of type int. This file was automatically generated from template file primitiveSingletonSpliterator.stg.
Since:
10.0