public static class Make.Set<V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Set<V> |
listInstance |
Modifier and Type | Method and Description |
---|---|
java.util.Set<V> |
_() |
Make.Set<V> |
_(V value) |
static <V> Make.Set<V> |
$() |
java.util.Set<V> |
finish() |
static <V> Make.Set<V> |
start() |
static <V> Make.Set<V> |
start(java.lang.Class<? extends java.util.Set> listImpl) |