|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentReaderHashMap.Entry | |
|---|---|
| org.codehaus.groovy.runtime.metaclass | Internal classes related to Groovy's metaclass implementation. |
| Uses of ConcurrentReaderHashMap.Entry in org.codehaus.groovy.runtime.metaclass |
|---|
| Fields in org.codehaus.groovy.runtime.metaclass declared as ConcurrentReaderHashMap.Entry | |
|---|---|
protected ConcurrentReaderHashMap.Entry |
ConcurrentReaderHashMap.HashIterator.entry
|
protected ConcurrentReaderHashMap.Entry |
ConcurrentReaderHashMap.HashIterator.lastReturned
|
protected ConcurrentReaderHashMap.Entry |
ConcurrentReaderHashMap.Entry.next
|
protected ConcurrentReaderHashMap.Entry[] |
ConcurrentReaderHashMap.HashIterator.tab
|
protected ConcurrentReaderHashMap.Entry[] |
ConcurrentReaderHashMap.table
The hash table data. |
| Methods in org.codehaus.groovy.runtime.metaclass that return ConcurrentReaderHashMap.Entry | |
|---|---|
protected ConcurrentReaderHashMap.Entry[] |
ConcurrentReaderHashMap.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 ConcurrentReaderHashMap.Entry | |
|---|---|
ConcurrentReaderHashMap.Entry(int hash,
java.lang.Object key,
java.lang.Object value,
ConcurrentReaderHashMap.Entry next)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||