|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.atlas.lib.ListUtils
public class ListUtils
Method Summary | ||
---|---|---|
static List<Integer> |
asList(int... values)
|
|
static
|
print(IndentedWriter out,
List<T> list)
|
|
static
|
print(IndentedWriter out,
List<T> list,
String sep)
|
|
static String |
str(int[] array)
|
|
static String |
str(long[] array)
|
|
static
|
str(T[] array)
|
|
static
|
unique(List<T> list)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> List<T> unique(List<T> list)
public static List<Integer> asList(int... values)
public static <T> String str(T[] array)
public static String str(int[] array)
public static String str(long[] array)
public static <T> void print(IndentedWriter out, List<T> list)
public static <T> void print(IndentedWriter out, List<T> list, String sep)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |