Class PoolingPerf.TLVec2

java.lang.Object
java.lang.ThreadLocal<Vec2>
org.jbox2d.testbed.perf.PoolingPerf.TLVec2
Enclosing class:
PoolingPerf

public static class PoolingPerf.TLVec2 extends java.lang.ThreadLocal<Vec2>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Vec2
     

    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

    • TLVec2

      public TLVec2()
  • Method Details

    • initialValue

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