public class RandomValuesPrms extends BasePrms
RandomValues.| Modifier and Type | Field and Description |
|---|---|
static Long |
ArrayList_constructor
(String) A String specifying the constructor to use for creating various
classes.
|
static Long |
ArrayList_initialCapacity
(int) Used as initialCapacity argument for the constructors
|
static Long |
ArrayList_syncWrapper
(boolean) Specifies whether to create this object with a synchronized wrapper
|
static 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 Long |
elementSize
(int) For types in elementType which have a constructor that take
a length or size argument.
|
static Long |
HashMap_constructor |
static Long |
HashMap_initialCapacity |
static Long |
HashMap_loadFactor
(int) Used as loadFactor argument for the constructor
|
static Long |
HashMap_syncWrapper |
static Long |
Hashtable_constructor |
static Long |
Hashtable_initialCapacity |
static Long |
Hashtable_loadFactor |
static Long |
Hashtable_syncWrapper |
static Long |
keyType |
static Long |
LinkedList_constructor |
static Long |
LinkedList_syncWrapper |
static Long |
objectDepth
(int) For types in elementType that are collections, create
elements of it with this depth.
|
static 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 Long |
randomValueRange
(int) Limits random Integers and Longs to be between 0 and this
value.
|
static Long |
setElementType |
static Long |
stringSize
(int) The size of random strings
|
static Long |
valueType |
static Long |
Vector_capacityIncrement
(int) Used as capacityIncrement argument for the constructor
|
static Long |
Vector_constructor |
static Long |
Vector_initialCapacity |
static Long |
Vector_syncWrapper |
| Constructor and Description |
|---|
RandomValuesPrms() |
public static Long objectType
public static Long keyType
public static Long valueType
public static Long setElementType
public static Long stringSize
public static Long objectDepth
public static Long elementSize
public static Long borderCasePercentage
public static Long randomValueRange
public static 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 Long HashMap_constructor
public static Long Hashtable_constructor
public static Long LinkedList_constructor
public static Long Vector_constructor
public static Long ArrayList_initialCapacity
public static Long HashMap_initialCapacity
public static Long Hashtable_initialCapacity
public static Long Vector_initialCapacity
public static Long HashMap_loadFactor
public static Long Hashtable_loadFactor
public static Long Vector_capacityIncrement
public static Long ArrayList_syncWrapper
public static Long HashMap_syncWrapper
public static Long Hashtable_syncWrapper
public static Long LinkedList_syncWrapper
public static Long Vector_syncWrapper
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.