| Package | Description |
|---|---|
| snaq.util |
Utility classes providing useful functionality for various programming tasks.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectPool.Strategy |
ObjectPool.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectPool.Strategy[] |
ObjectPool.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPool.setSelectionStrategy(ObjectPool.Strategy selection)
Sets the pool selection strategy.
|
Copyright © 2014. All rights reserved.