Example #1
0
 public static void set(int index) {
   threadID.set(index);
 }
Example #2
0
 public static int get() {
   return threadID.get();
 }