public class GeneratedRandomValues
extends java.lang.Object
| Constructor and Description |
|---|
GeneratedRandomValues() |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(java.lang.reflect.Type type)
Add type to the thread list of types generated.
|
static boolean |
contains(java.lang.reflect.Type type)
Check if this type was added by this thread already.
|
static void |
remove(java.lang.reflect.Type type)
Remove a specific type from the list.
|
public static void add(java.lang.reflect.Type type)
type - The type to add.public static boolean contains(java.lang.reflect.Type type)
type - The type to check for.public static void remove(java.lang.reflect.Type type)
type - The type to remove.Copyright © 2010-2015. All Rights Reserved.