Class PoolingPerf.CustStack

java.lang.Object
org.jbox2d.testbed.perf.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
     
    (package private) final Vec2[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final Vec2
    get()
     
    final void
    reduce(int i)
     

    Methods inherited from class java.lang.Object

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

    • pool

      final Vec2[] pool
    • index

      int index
  • Constructor Details

    • CustStack

      public CustStack()
  • Method Details

    • get

      public final Vec2 get()
    • reduce

      public final void reduce(int i)