Package | Description |
---|---|
net.sf.ehcache.store.cachingtier |
Contains the caching tier implementations
|
net.sf.ehcache.util.concurrent |
Class and Description |
---|
ConcurrentHashMap
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
Class and Description |
---|
ConcurrentHashMap.KeySetView
A view of a ConcurrentHashMap as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
ConcurrentHashMap.Node
Key-value entry.
|
ConcurrentHashMap.RemovalCallback |
ConcurrentHashMap.Spliterator
A partitionable iterator.
|
ConcurrentHashMap.TreeNode
Nodes for use in TreeBins
|
ConcurrentHashMap.ValuesView
A view of a ConcurrentHashMap as a
Collection of
values, in which additions are disabled. |
ThreadLocalRandom
A random number generator isolated to the current thread.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.