public class ArrayHelper extends Object
| 构造器和说明 |
|---|
ArrayHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Integer> |
toIntList(String value) |
static List<Integer> |
toIntList(String value,
String splitter) |
static Set<Integer> |
toIntSet(String value) |
static Set<Integer> |
toIntSet(String value,
String splitter) |
static Set<Short> |
toShortSet(String value) |
static Set<Short> |
toShortSet(String value,
String splitter) |
static String |
toString(Collection collection) |
static String |
toString(Collection collection,
String splitter) |
public static String toString(Collection collection)
public static String toString(Collection collection, String splitter)
Copyright © 2020 Joyqueue Community. All rights reserved.