| Package | Description |
|---|---|
| com.mware.ge.values.storable.random |
| Modifier and Type | Method and Description |
|---|---|
static ValueType[] |
RandomValues.excluding(ValueType... exclude)
Create an array containing all value types, excluding provided types.
|
static ValueType[] |
RandomValues.excluding(ValueType[] among,
Predicate<ValueType> exclude) |
static ValueType[] |
RandomValues.excluding(ValueType[] among,
ValueType... exclude) |
static ValueType[] |
RandomValues.including(Predicate<ValueType> include) |
static ValueType[] |
RandomValues.typesOfGroup(ValueGroup valueGroup) |
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueType[] |
RandomValues.excluding(ValueType... exclude)
Create an array containing all value types, excluding provided types.
|
static ValueType[] |
RandomValues.excluding(ValueType[] among,
Predicate<ValueType> exclude) |
static ValueType[] |
RandomValues.excluding(ValueType[] among,
ValueType... exclude) |
static ValueType[] |
RandomValues.excluding(ValueType[] among,
ValueType... exclude) |
Value |
RandomValues.nextValueOfType(ValueType type)
Returns the next
Value of provided type. |
Value |
RandomValues.nextValueOfTypes(ValueType... types)
Returns the next
Value, distributed uniformly among the provided value types. |
| Modifier and Type | Method and Description |
|---|---|
static ValueType[] |
RandomValues.excluding(ValueType[] among,
Predicate<ValueType> exclude) |
static ValueType[] |
RandomValues.including(Predicate<ValueType> include) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.