Searched refs:convertedList (Results 1 – 1 of 1) sorted by relevance
83 List<Integer> convertedList = convertStringListToIntList(list, convertFrom, convertTo); in convertStringListToIntArray() local85 int[] returnArray = new int[convertedList.size()]; in convertStringListToIntArray()87 returnArray[i] = convertedList.get(i); in convertStringListToIntArray()113 List<Integer> convertedList = new ArrayList<>(list.size()); in convertStringListToIntList() local126 convertedList.add(convertTo[strIndex]); in convertStringListToIntList()130 return convertedList; in convertStringListToIntList()