org.apache.velocity.util
public final class SimplePool extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
current
index of previous to next
free slot
|
private int |
max
max amount of objects to be managed
set via CTOR
|
private java.lang.Object[] |
pool |
Constructor and Description |
---|
SimplePool(int max) |
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.