|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jmex.pool.ByteArraySpatialGenerator<T>
public class ByteArraySpatialGenerator<T>
Constructor Summary | |
---|---|
ByteArraySpatialGenerator(byte[] bytes)
|
Method Summary | |
---|---|
void |
disable(T t)
This method is invoked when this object is being returned to the pool. |
void |
enable(T t)
This method is invoked when this object is being enabled for use out of the pool. |
T |
newInstance()
Creates and returns a new instance of T |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArraySpatialGenerator(byte[] bytes)
Method Detail |
---|
public T newInstance()
ObjectGenerator
newInstance
in interface ObjectGenerator<T>
public void enable(T t)
ObjectGenerator
enable
in interface ObjectGenerator<T>
public void disable(T t)
ObjectGenerator
disable
in interface ObjectGenerator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |