|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemoryAwareConcurrentReadMap.Entry | |
---|---|
org.codehaus.groovy.runtime.metaclass | Internal classes related to Groovy's metaclass implementation. |
Uses of MemoryAwareConcurrentReadMap.Entry in org.codehaus.groovy.runtime.metaclass |
---|
Fields in org.codehaus.groovy.runtime.metaclass declared as MemoryAwareConcurrentReadMap.Entry | |
---|---|
private MemoryAwareConcurrentReadMap.Entry |
MemoryAwareConcurrentReadMap.SoftRef.entry
|
private MemoryAwareConcurrentReadMap.Entry |
MemoryAwareConcurrentReadMap.Entry.next
|
protected MemoryAwareConcurrentReadMap.Entry[] |
MemoryAwareConcurrentReadMap.table
The hash table data. |
Methods in org.codehaus.groovy.runtime.metaclass that return MemoryAwareConcurrentReadMap.Entry | |
---|---|
protected MemoryAwareConcurrentReadMap.Entry[] |
MemoryAwareConcurrentReadMap.getTableForReading()
Get ref to table; the reference and the cells it accesses will be at least as fresh as from last use of barrierLock |
Constructors in org.codehaus.groovy.runtime.metaclass with parameters of type MemoryAwareConcurrentReadMap.Entry | |
---|---|
MemoryAwareConcurrentReadMap.Entry(int hash,
MemoryAwareConcurrentReadMap.SoftRef key,
MemoryAwareConcurrentReadMap.Reference value,
MemoryAwareConcurrentReadMap.Entry next)
|
|
MemoryAwareConcurrentReadMap.Entry(int hash,
java.lang.Object key,
java.lang.Object value,
MemoryAwareConcurrentReadMap.Entry next,
java.lang.ref.ReferenceQueue queue)
|
|
MemoryAwareConcurrentReadMap.SoftRef(MemoryAwareConcurrentReadMap.Entry e,
java.lang.Object v,
java.lang.ref.ReferenceQueue q)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |