Package org.web3d.vrml.nodes
Class VRMLFieldDataThreaded
Thread local version of VRMLFieldData to make getFieldValue calls thread safe.
- Version:
- $Revision: 1.1 $
- Author:
- Alan Hudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected VRMLFieldData
Initialize the thread specific instance.Methods inherited from class java.lang.ThreadLocal
get, remove, set, withInitial
-
Constructor Details
-
VRMLFieldDataThreaded
public VRMLFieldDataThreaded()
-
-
Method Details
-
initialValue
Initialize the thread specific instance.- Overrides:
initialValue
in classThreadLocal<VRMLFieldData>
- Returns:
-