public static interface TSpliterator.OfLong extends TSpliterator.OfPrimitive<Long,LongConsumer,TSpliterator.OfLong>
Modifier and Type | Method and Description |
---|---|
default void |
forEachRemaining(Consumer<? super Long> action) |
default boolean |
tryAdvance(Consumer<? super Long> action) |
forEachRemaining, tryAdvance, trySplit
Copyright © 2019. All rights reserved.