| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentHashMap.Spliterator | |
|---|---|
| net.sf.ehcache.util.concurrent | |
| Uses of ConcurrentHashMap.Spliterator in net.sf.ehcache.util.concurrent | 
|---|
| Methods in net.sf.ehcache.util.concurrent that return ConcurrentHashMap.Spliterator | |
|---|---|
|  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. | 
| 
 | ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||