public class FrequencyBasedPool<T> extends Object
| Constructor and Description |
|---|
FrequencyBasedPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstant(T value) |
T |
getRandomConstant() |
boolean |
hasConstant(T value) |
void |
removeConstant(T value) |
Copyright © 2010–2017 EvoSuite. All rights reserved.