Class ListUtil
- java.lang.Object
-
- org.enterprisedomain.classmaker.util.ListUtil
-
public class ListUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
getLast(java.util.List<T> list)
static int
lastIndex(int size)
-