E
public class ListUtility<E> extends Object
static <E> List<E>
toList(E value)
static <E> List<String>
toString(List<E> list)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <E> List<E> toList(E value)
value
public static <E> List<String> toString(List<E> list)
list
Copyright © 2016. All rights reserved.