ConcurrentHashMap.Spliterator<java.util.Map.Entry<K,V>> |
ConcurrentHashMap.entrySpliterator() |
Returns a partitionable iterator of the entries in this map.
|
ConcurrentHashMap.Spliterator<K> |
ConcurrentHashMap.keySpliterator() |
Returns a partitionable iterator of the keys in this map.
|
ConcurrentHashMap.Spliterator<T> |
ConcurrentHashMap.Spliterator.split() |
Returns a Spliterator covering approximately half of the
elements, guaranteed not to overlap with those subsequently
returned by this Spliterator.
|
ConcurrentHashMap.Spliterator<V> |
ConcurrentHashMap.valueSpliterator() |
Returns a partitionable iterator of the values in this map.
|