org.openjena.atlas.lib
Class ListUtils

java.lang.Object
  extended by org.openjena.atlas.lib.ListUtils

public class ListUtils
extends Object


Method Summary
static List<Integer> asList(int... values)
           
static
<T> void
print(IndentedWriter out, List<T> list)
           
static
<T> void
print(IndentedWriter out, List<T> list, String sep)
           
static String str(int[] array)
           
static String str(long[] array)
           
static
<T> String
str(T[] array)
           
static
<T> List<T>
unique(List<T> list)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unique

public static <T> List<T> unique(List<T> list)

asList

public static List<Integer> asList(int... values)

str

public static <T> String str(T[] array)

str

public static String str(int[] array)

str

public static String str(long[] array)

print

public static <T> void print(IndentedWriter out,
                             List<T> list)

print

public static <T> void print(IndentedWriter out,
                             List<T> list,
                             String sep)


Licenced under the Apache License, Version 2.0