public class ListUtils extends Object
ListUtils()
static String[]
toArrayString(List<String> list)
static List<Integer>
toList(int[] ids)
static List<String>
toList(String[] ids)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListUtils()
public static List<String> toList(String[] ids)
public static List<Integer> toList(int[] ids)
public static String[] toArrayString(List<String> list)
Copyright © 2022. All rights reserved.