public class ArrayListFactory<V> extends Object implements Factory<List<V>>
ArrayListFactory()
List<V>
create()
static <V1> ArrayListFactory<V1>
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ArrayListFactory()
public static <V1> ArrayListFactory<V1> get()
public List<V> create()
create
Factory<List<V>>
Copyright © 2015 Revolution Systems Inc.. All rights reserved.