|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mvel2.util.Make.List<V>
public static class Make.List<V>
Method Summary | ||
---|---|---|
java.util.List<V> |
_()
|
|
Make.List<V> |
_(V value)
|
|
static
|
$()
|
|
java.util.List<V> |
finish()
|
|
static
|
start()
|
|
static
|
start(java.lang.Class<? extends java.util.List> listImpl)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <V> Make.List<V> $()
public static <V> Make.List<V> start()
public static <V> Make.List<V> start(java.lang.Class<? extends java.util.List> listImpl)
public Make.List<V> _(V value)
public java.util.List<V> _()
public java.util.List<V> finish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |