Package | Description |
---|---|
net.sf.ehcache.util.concurrent |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap.Spliterator<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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.