Searched defs:TempVars (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DTempVars.java43 * these temp variables with TempVars.get(), all retrieved TempVars
44 * instances must be returned via TempVars.release().
48 public class TempVars { class
51 * Allow X instances of TempVars in a single thread.
56 * <code>TempVarsStack</code> contains a stack of TempVars.
57 * Every time TempVars.get() is called, a new entry is added to the stack,
59 * When TempVars.release() is called, the entry is checked against
65 TempVars[] tempVars = new TempVars[STACK_SIZ
84 private TempVars() { method in class:TempVars
[all...]

Completed in 67 milliseconds