private static class ThreadTest.Worker
extends java.lang.Thread
| Modifier and Type | Field and Description | 
|---|---|
| private int | inclusive_ | 
| private int | nest_ | 
| private long | nside_ | 
| private double | radius_ | 
| private java.util.List | result_ | 
| private javax.vecmath.Vector3d | vector_ | 
| Constructor and Description | 
|---|
| ThreadTest.Worker(long nside,
                 javax.vecmath.Vector3d vector,
                 double radius,
                 int nest,
                 int inclusive) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | run() | 
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprivate final long nside_
private final javax.vecmath.Vector3d vector_
private final double radius_
private final int nest_
private final int inclusive_
private java.util.List result_