Searched defs:toReturn (Results 1 – 8 of 8) sorted by relevance
59 List<String> toReturn = new ArrayList<>(parameters.size()); in getParameterTypeNames() local
77 private static void toIntArray(int a, int[] toReturn) { in toIntArray()
149 E toReturn = array[index]; in set() local
103 List<T> toReturn = new ArrayList<T>((buf.limit() / EXPECTED_MESS_SIZE) + 1); in readFromBuffer() local
90 CompletableFuture<Response<OutputT>> toReturn = new CompletableFuture<>(); in execute() local
499 TimeZone toReturn = biasMatched ? bias : firstMatch; in lookupByOffsetWithBiasInternal() local