org.ehcache.internal.concurrent
Interface JSR166Helper.Spliterator<T>
- Enclosing class:
- JSR166Helper
public static interface JSR166Helper.Spliterator<T>
DISTINCT
static final int DISTINCT
- See Also:
- Constant Field Values
NONNULL
static final int NONNULL
- See Also:
- Constant Field Values
CONCURRENT
static final int CONCURRENT
- See Also:
- Constant Field Values
SIZED
static final int SIZED
- See Also:
- Constant Field Values
IMMUTABLE
static final int IMMUTABLE
- See Also:
- Constant Field Values
SUBSIZED
static final int SUBSIZED
- See Also:
- Constant Field Values
trySplit
JSR166Helper.Spliterator<T> trySplit()
estimateSize
long estimateSize()
forEachRemaining
void forEachRemaining(JSR166Helper.Consumer<? super T> action)
tryAdvance
boolean tryAdvance(JSR166Helper.Consumer<? super T> action)
characteristics
int characteristics()