Searched refs:listLength (Results 1 – 1 of 1) sorted by relevance
156 final int listLength = in.getInt(COLLECTION_SIZE_KEY); in toList() local157 final ArrayList<T> result = new ArrayList<>(listLength); in toList()159 for (int i = 0; i < listLength; i++) { in toList()