Package org.ndviet.library.list
Class ListHelpers
- java.lang.Object
-
- org.ndviet.library.list.ListHelpers
-
public class ListHelpers extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectgetLastElement(java.util.List list, boolean reverse)static <V extends java.lang.Comparable>
booleanisSorted(java.util.List<V> list, boolean reverse)
-