com.lexicalscope.fluentreflection
Class ListBuilder<T>
java.lang.Object
com.lexicalscope.fluentreflection.ListBuilder<T>
- Type Parameters:
T
-
public final class ListBuilder<T>
- extends Object
Please do not use this class
- Author:
- tim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBuilder
public ListBuilder()
list
public static <T> ListBuilder<T> list(T firstItem)
add
public ListBuilder<T> add(T item)
$
public List<T> $()
Copyright © 2011-2012 lexicalscope. All Rights Reserved.