public class RandomValuesPrms extends BasePrms
RandomValues.| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
ArrayList_constructor
(String) A String specifying the constructor to use for creating various
classes.
|
static java.lang.Long |
ArrayList_initialCapacity
(int) Used as initialCapacity argument for the constructors
|
static java.lang.Long |
ArrayList_syncWrapper
(boolean) Specifies whether to create this object with a synchronized wrapper
|
static java.lang.Long |
borderCasePercentage
(int) The percentage (int between 0 and 100) of immutable JDK
instances which will be created with border case values (ie
min/max)
|
static java.lang.Long |
elementSize
(int) For types in elementType which have a constructor that take
a length or size argument.
|
static java.lang.Long |
HashMap_constructor |
static java.lang.Long |
HashMap_initialCapacity |
static java.lang.Long |
HashMap_loadFactor
(int) Used as loadFactor argument for the constructor
|
static java.lang.Long |
HashMap_syncWrapper |
static java.lang.Long |
Hashtable_constructor |
static java.lang.Long |
Hashtable_initialCapacity |
static java.lang.Long |
Hashtable_loadFactor |
static java.lang.Long |
Hashtable_syncWrapper |
static java.lang.Long |
keyType |
static java.lang.Long |
LinkedList_constructor |
static java.lang.Long |
LinkedList_syncWrapper |
static java.lang.Long |
objectDepth
(int) For types in elementType that are collections, create
elements of it with this depth.
|
static java.lang.Long |
objectType
(Vector) A Vector of Strings, where each string the fully
qualified class name of a class to use to create elements for
collections.
|
static java.lang.Long |
randomValueRange
(int) Limits random Integers and Longs to be between 0 and this
value.
|
static java.lang.Long |
setElementType |
static java.lang.Long |
stringSize
(int) The size of random strings
|
static java.lang.Long |
valueType |
static java.lang.Long |
Vector_capacityIncrement
(int) Used as capacityIncrement argument for the constructor
|
static java.lang.Long |
Vector_constructor |
static java.lang.Long |
Vector_initialCapacity |
static java.lang.Long |
Vector_syncWrapper |
| Constructor and Description |
|---|
RandomValuesPrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long objectType
public static java.lang.Long keyType
public static java.lang.Long valueType
public static java.lang.Long setElementType
public static java.lang.Long stringSize
public static java.lang.Long objectDepth
public static java.lang.Long elementSize
public static java.lang.Long borderCasePercentage
public static java.lang.Long randomValueRange
public static java.lang.Long ArrayList_constructor
"default" example: new HashMap()
"initialCapacity" example: new HashMap(initialCapacity)
"initialCapacity_loadFactor" example: new HashMap(initialCapacity, loadFactor)
ArrayLists can be one of:
"default" example: new ArrayList()
"initialCapacity" example: new ArrayList(initialCapacity)
Vectors can be one of:
"default" example: new Vector()
"initialCapacity" example: new Vector(initialCapacity)
"initialCapacity_capacityIncrement" example: new Vector(initialCapacity, capacityIncrement)
LinkedLists can be one of:
"default" example: new Vector()
Sets can be one of:
"default" example: new HashSet()
"initialCapacity" example: new HashSet(initialCapacity)
"initialCapacity_loadFactor" example: new HashSet(initialCapacity, loadFactor)
public static java.lang.Long HashMap_constructor
public static java.lang.Long Hashtable_constructor
public static java.lang.Long LinkedList_constructor
public static java.lang.Long Vector_constructor
public static java.lang.Long ArrayList_initialCapacity
public static java.lang.Long HashMap_initialCapacity
public static java.lang.Long Hashtable_initialCapacity
public static java.lang.Long Vector_initialCapacity
public static java.lang.Long HashMap_loadFactor
public static java.lang.Long Hashtable_loadFactor
public static java.lang.Long Vector_capacityIncrement
public static java.lang.Long ArrayList_syncWrapper
public static java.lang.Long HashMap_syncWrapper
public static java.lang.Long Hashtable_syncWrapper
public static java.lang.Long LinkedList_syncWrapper
public static java.lang.Long Vector_syncWrapper
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.