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