Class DistinctSpliterator<T>

java.lang.Object
one.util.streamex.Internals.Box<T>
one.util.streamex.DistinctSpliterator<T>
All Implemented Interfaces:
Consumer<T>, Spliterator<T>

final class DistinctSpliterator<T> extends Internals.Box<T> implements Spliterator<T>