Class IntSpliterators.EmptySpliterator

java.lang.Object
it.unimi.dsi.fastutil.ints.IntSpliterators.EmptySpliterator
All Implemented Interfaces:
IntSpliterator, Serializable, Cloneable, Spliterator<Integer>, Spliterator.OfInt, Spliterator.OfPrimitive<Integer,IntConsumer,Spliterator.OfInt>
Enclosing class:
IntSpliterators

public static class IntSpliterators.EmptySpliterator extends Object implements IntSpliterator, Serializable, Cloneable
A class returning no elements and a type-specific spliterator interface.

This class may be useful to implement your own in case you subclass a type-specific spliterator.

See Also: