T - element typepublic class DelegatedIntSpliterator<T> extends Object implements Spliterator<T>
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| 构造器和说明 |
|---|
DelegatedIntSpliterator(int startInclusive,
int endExclusive,
IntFunction<? extends T> mapper) |
DelegatedIntSpliterator(Spliterator.OfInt delegate,
IntFunction<? extends T> mapper) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
characteristics() |
long |
estimateSize() |
void |
forEachRemaining(Consumer<? super T> action) |
Comparator<? super T> |
getComparator() |
boolean |
tryAdvance(Consumer<? super T> action) |
Spliterator<T> |
trySplit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExactSizeIfKnown, hasCharacteristicspublic DelegatedIntSpliterator(int startInclusive,
int endExclusive,
IntFunction<? extends T> mapper)
public DelegatedIntSpliterator(Spliterator.OfInt delegate, IntFunction<? extends T> mapper)
public boolean tryAdvance(Consumer<? super T> action)
tryAdvance 在接口中 Spliterator<T>public void forEachRemaining(Consumer<? super T> action)
forEachRemaining 在接口中 Spliterator<T>public Spliterator<T> trySplit()
trySplit 在接口中 Spliterator<T>public long estimateSize()
estimateSize 在接口中 Spliterator<T>public int characteristics()
characteristics 在接口中 Spliterator<T>public Comparator<? super T> getComparator()
getComparator 在接口中 Spliterator<T>Copyright © 2024. All rights reserved.