public static class Lists.ListBuilder<V> extends Object
Lists.ListBuilder<V>
add(V value, V... more)
addAll(Collection<V> value)
List<V>
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Lists.ListBuilder<V> add(V value, V... more)
public Lists.ListBuilder<V> addAll(Collection<V> value)
public List<V> get()
Copyright © 2018. All rights reserved.