public class Collections
extends Object
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Collections
public Collections()
-
Method Details
-
concat
public static <T> List<T> concat(List<T> listOne,
List<T> listTwo)
- Type Parameters:
T - a T class
- Parameters:
listOne - a List object
listTwo - a List object
- Returns:
- a
List object