Serialized Form
-
Package com.googlecode.concurrentlinkedhashmap
-
Class com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Serialized Fields
-
bufferLengths
AtomicIntegerArray bufferLengths
-
buffers
Queue<ConcurrentLinkedHashMap.Task>[] buffers
-
capacity
long capacity
-
concurrencyLevel
int concurrencyLevel
-
data
ConcurrentMap<K,
ConcurrentLinkedHashMap<K, V>.Node> data -
drainedOrder
int drainedOrder
-
drainStatus
AtomicReference<ConcurrentLinkedHashMap.DrainStatus> drainStatus
-
evictionDeque
LinkedDeque<ConcurrentLinkedHashMap<K,
V>.Node> evictionDeque -
evictionLock
Lock evictionLock
-
listener
EvictionListener<K,
V> listener -
nextOrder
int nextOrder
-
pendingNotifications
Queue<ConcurrentLinkedHashMap<K,
V>.Node> pendingNotifications -
tasks
ConcurrentLinkedHashMap.Task[] tasks
-
weigher
EntryWeigher<? super K,
? super V> weigher -
weightedSize
AtomicLong weightedSize
-
-