Searched refs:firstList (Results 1 – 1 of 1) sorted by relevance
369 final ArrayList<Object> firstList = (ArrayList<Object>) first; in arrayListAppend() local371 final ArrayList<Object> res = new ArrayList<>(firstList.size() + lastList.size()); in arrayListAppend()372 res.addAll(firstList); in arrayListAppend()