public interface EvioNodeSource
Modifier and Type | Method and Description |
---|---|
EvioNode |
getNode()
Get a single EvioNode object.
|
int |
getSize()
Get the number of nodes in the pool.
|
int |
getUsed()
Get the number of nodes taken from pool.
|
void |
reset()
Reset the source to initial condition.
|
EvioNode getNode()
int getUsed()
int getSize()
void reset()