threadlocal
http://www.ddj.com/java/184405382
static final private anonymous class for the threadlocal subclass
each thread will have the container ( the get()) which has a reference to the instance of threadlocal. conceptually, there is a map with key the currentthread and the object.
static final private anonymous class for the threadlocal subclass
each thread will have the container ( the get()) which has a reference to the instance of threadlocal. conceptually, there is a map with key the currentthread and the object.
0 Comments:
Post a Comment
<< Home