|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.ThreadLocal.ThreadLocalMap
| Nested Class Summary | |
private static class |
ThreadLocal.ThreadLocalMap.Entry
|
| Field Summary | |
private static int |
INITIAL_CAPACITY
|
private int |
size
|
private ThreadLocal.ThreadLocalMap.Entry[] |
table
|
private int |
threshold
|
| Constructor Summary | |
private |
ThreadLocal.ThreadLocalMap(ThreadLocal.ThreadLocalMap)
|
(package private) |
ThreadLocal.ThreadLocalMap(ThreadLocal,
Object)
|
| Method Summary | |
private void |
expungeStaleEntries()
|
private void |
expungeStaleEntry(int)
|
private Object |
get(ThreadLocal)
|
private Object |
getAfterMiss(ThreadLocal,
int,
ThreadLocal.ThreadLocalMap.Entry)
|
private static int |
nextIndex(int,
int)
|
private static int |
prevIndex(int,
int)
|
private void |
rehash()
|
private Object |
replaceStaleEntry(ThreadLocal,
Object,
int,
boolean)
|
private void |
resize()
|
private void |
set(ThreadLocal,
Object)
|
private void |
setThreshold(int)
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private static final int INITIAL_CAPACITY
private ThreadLocal.ThreadLocalMap.Entry[] table
private int size
private int threshold
| Constructor Detail |
ThreadLocal.ThreadLocalMap(ThreadLocal,
Object)
private ThreadLocal.ThreadLocalMap(ThreadLocal.ThreadLocalMap)
| Method Detail |
private void setThreshold(int)
private static int nextIndex(int,
int)
private static int prevIndex(int,
int)
private Object get(ThreadLocal)
private Object getAfterMiss(ThreadLocal,
int,
ThreadLocal.ThreadLocalMap.Entry)
private void set(ThreadLocal,
Object)
private Object replaceStaleEntry(ThreadLocal,
Object,
int,
boolean)
private void expungeStaleEntry(int)
private void rehash()
private void resize()
private void expungeStaleEntries()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||