Class PoolingPerf.TLVec2

  • Enclosing class:
    PoolingPerf

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

      Constructors 
      Constructor Description
      TLVec2()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Vec2 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 Detail

      • TLVec2

        public TLVec2()
    • Method Detail

      • initialValue

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