public class DescendantBoxSpliterator extends Object implements Spliterator<Box>
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED| Constructor and Description |
|---|
DescendantBoxSpliterator(Box parent) |
| Modifier and Type | Method and Description |
|---|---|
int |
characteristics() |
long |
estimateSize() |
boolean |
tryAdvance(Consumer<? super Box> action) |
Spliterator<Box> |
trySplit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristicspublic DescendantBoxSpliterator(Box parent)
public boolean tryAdvance(Consumer<? super Box> action)
tryAdvance in interface Spliterator<Box>public Spliterator<Box> trySplit()
trySplit in interface Spliterator<Box>public long estimateSize()
estimateSize in interface Spliterator<Box>public int characteristics()
characteristics in interface Spliterator<Box>Copyright © 2004–2025. All rights reserved.