Package gaiasky.util

Class TLV3B

java.lang.Object
java.lang.ThreadLocal<Vector3b>
gaiasky.util.TLV3B

public class TLV3B
extends java.lang.ThreadLocal<Vector3b>
  • Constructor Summary

    Constructors
    Constructor Description
    TLV3B()  
  • Method Summary

    Modifier and Type Method Description
    protected Vector3b initialValue()  

    Methods inherited from class java.lang.ThreadLocal

    get, remove, set, withInitial

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TLV3B

      public TLV3B()
  • Method Details

    • initialValue

      protected Vector3b initialValue()
      Overrides:
      initialValue in class java.lang.ThreadLocal<Vector3b>