|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.locomotive.util.ObjectPool.PoolEntry
The internal class to use as our Object entry.
Field Summary | |
int |
id
|
java.lang.Object |
object
|
boolean |
usable
|
int |
usage_count
|
Constructor Summary | |
ObjectPool.PoolEntry(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.Object object
public int id
public int usage_count
public boolean usable
Constructor Detail |
public ObjectPool.PoolEntry(java.lang.Object o)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |