Class ListUtil
- java.lang.Object
-
- org.uberfire.ext.wires.core.trees.client.layout.treelayout.util.ListUtil
-
-
Constructor Summary
Constructors Constructor Description ListUtil()
-
-
-
Method Detail
-
getLast
public static <T> T getLast(List<T> list)
- Type Parameters:
T-- Parameters:
list- [!list.isEmpty()]- Returns:
- the last element of the list
-
-