|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.collection.ListTools
public class ListTools
Method Summary | ||
---|---|---|
static
|
collect(Iterator<T> it)
|
|
static Object |
first(List list)
|
|
static Object |
last(List list)
|
|
static List |
with(Object object)
|
|
static List |
with(Object object1,
Object object2)
|
|
static List |
with(Object object1,
Object object2,
Object object3)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> List<T> collect(Iterator<T> it)
public static Object first(List list)
public static Object last(List list)
public static List with(Object object)
public static List with(Object object1, Object object2)
public static List with(Object object1, Object object2, Object object3)
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |