How to access the thread variable from outside of the thread , I have the hashmap inside the thread which I want to access from my main program or service.
public class Sample {
class Thread {
//private synchronized hashmap declared here
}
}
I want to access the hashmap declared in Thread in other class lets say Class Abc