Class DropWhileSpliterator<T>

java.lang.Object
org.miaixz.bus.core.center.stream.spliterators.DropWhileSpliterator<T>
All Implemented Interfaces:
Spliterator<T>

public class DropWhileSpliterator<T> extends Object implements Spliterator<T>
借鉴自StreamEx
Since:
Java 17+
Author:
Kimi Liu