类 ListFactories
java.lang.Object
spring.turbo.util.collection.ListFactories
List 创建工具- 从以下版本开始:
- 1.0.9
- 作者:
- 应卓
- 另请参阅:
-
方法概要
修饰符和类型方法说明static <T> ArrayList<T>newArrayList(T... elements) static <T> LinkedList<T>newLinkedList(T... elements) static <T> List<T>newUnmodifiableList(T... elements) static <T> Vector<T>newVector(T... elements) static <T> ArrayList<T>nullSafeNewArrayList(T... elements) static <T> LinkedList<T>nullSafeNewLinkedList(T... elements) static <T> Vector<T>nullSafeNewVector(T... elements)
-
方法详细资料
-
newUnmodifiableList
-
newArrayList
-
newLinkedList
-
newVector
-
nullSafeNewArrayList
-
nullSafeNewLinkedList
-
nullSafeNewVector
-