class
PairOfSameType<T>
static <L, R> Pair<L,R>
create(L x, R y)
static <T> Pair<List<T>,List<T>>
listDiffBoth(List<T> list1, List<T> list2)