public final class SeedSequences
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.List<java.lang.Object> |
primitiveSeeds
The initial pool of primitive values.
|
Modifier | Constructor and Description |
---|---|
private |
SeedSequences() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Sequence> |
defaultSeeds()
A set of sequences that create primitive values, e.g.
|
(package private) static java.util.Set<java.lang.Object> |
getSeeds(Type type)
Returns the set of seed values with the given raw type.
|
static java.util.Set<Sequence> |
objectsToSeeds(java.util.List<java.lang.Object> seeds)
Given a set of seed objects (each a primitive wrapper), return a set of sequences (each of
length one) that create them.
|
private static final java.util.List<java.lang.Object> primitiveSeeds
public static java.util.Set<Sequence> defaultSeeds()
public static java.util.Set<Sequence> objectsToSeeds(java.util.List<java.lang.Object> seeds)
seeds
- a list of primitive wrappersstatic java.util.Set<java.lang.Object> getSeeds(Type type)
type
- the type