Class ListUtil
java.lang.Object
org.abego.treelayout.internal.util.java.util.ListUtil
Util (general purpose) methods dealing with
List
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ListUtil
public ListUtil()
-
-
Method Details
-
getLast
- Type Parameters:
T
- Type of elements in the list- Parameters:
list
- [!list.isEmpty()]- Returns:
- the last element of the list
-