| Package | Description |
|---|---|
| io.netty.util.internal.chmv8 |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMapV8.Spliterator<Map.Entry<K,V>> |
ConcurrentHashMapV8.entrySpliterator()
Returns a partitionable iterator of the entries in this map.
|
ConcurrentHashMapV8.Spliterator<K> |
ConcurrentHashMapV8.keySpliterator()
Returns a partitionable iterator of the keys in this map.
|
ConcurrentHashMapV8.Spliterator<T> |
ConcurrentHashMapV8.Spliterator.split()
Returns a Spliterator covering approximately half of the
elements, guaranteed not to overlap with those subsequently
returned by this Spliterator.
|
ConcurrentHashMapV8.Spliterator<V> |
ConcurrentHashMapV8.valueSpliterator()
Returns a partitionable iterator of the values in this map.
|
Copyright © 2008-2013 The Netty Project. All Rights Reserved.