org.zu.ardulink.util
Class ListBuilder<T>

java.lang.Object
  extended by org.zu.ardulink.util.ListBuilder<T>

public class ListBuilder<T>
extends Object

Ardulink - return to homepage

v0.6.1 Magnum PI

Author:
Peter Fichtner


Method Summary
 ListBuilder<T> add(T t)
           
 ListBuilder<T> addAll(Collection<T> ts)
           
 ListBuilder<T> addAll(T... ts)
           
 List<T> build()
           
static
<T> ListBuilder<T>
newBuilder()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newBuilder

public static <T> ListBuilder<T> newBuilder()

addAll

public ListBuilder<T> addAll(T... ts)

addAll

public ListBuilder<T> addAll(Collection<T> ts)

add

public ListBuilder<T> add(T t)

build

public List<T> build()


Copyright © 2015. All rights reserved.