public static interface EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T>
Modifier and Type | Method and Description |
---|---|
long |
estimateSize()
Returns an estimate of the number of elements covered by
this Spliterator.
|
void |
forEachRemaining(EquivalentConcurrentHashMapV8.Action<? super T> action)
Applies the action to each untraversed element
|
boolean |
tryAdvance(EquivalentConcurrentHashMapV8.Action<? super T> action)
If an element remains, applies the action and returns true.
|
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> |
trySplit()
If possible, returns a new spliterator covering
approximately one half of the elements, which will not be
covered by this spliterator.
|
EquivalentConcurrentHashMapV8.ConcurrentHashMapSpliterator<T> trySplit()
long estimateSize()
void forEachRemaining(EquivalentConcurrentHashMapV8.Action<? super T> action)
boolean tryAdvance(EquivalentConcurrentHashMapV8.Action<? super T> action)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.