Package com.beust.jcommander.internal
Class Lists
java.lang.Object
com.beust.jcommander.internal.Lists
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K> List<K> static <K> List<K> newArrayList(int size) static <K> List<K> newArrayList(Collection<K> c) static <K> List<K> newArrayList(K... c) static <K> LinkedList<K> static <K> LinkedList<K> newLinkedList(Collection<K> c)
-
Constructor Details
-
Lists
public Lists()
-
-
Method Details
-
newArrayList
-
newArrayList
-
newArrayList
-
newArrayList
-
newLinkedList
-
newLinkedList
-