Class PoolingPerf.CustStack

  • Enclosing class:
    PoolingPerf

    public static class PoolingPerf.CustStack
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
      (package private) Vec2[] pool  
    • Constructor Summary

      Constructors 
      Constructor Description
      CustStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Vec2 get()  
      void reduce​(int i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pool

        final Vec2[] pool
      • index

        int index
    • Constructor Detail

      • CustStack

        public CustStack()
    • Method Detail

      • get

        public final Vec2 get()
      • reduce

        public final void reduce​(int i)