Searched defs:secondResult (Results 1 – 1 of 1) sorted by relevance
172 int secondResult = second.nextInt(); in checkNextInt() local182 long secondResult = second.nextLong(); in checkNextLong() local192 double secondResult = second.nextDouble(); in checkNextDouble() local201 int[] secondResult = second.ints().limit(1_000).toArray(); in checkInts() local210 long[] secondResult = second.longs().limit(1_000).toArray(); in checkLongs() local219 double[] secondResult = second.doubles().limit(1_000).toArray(); in checkDoubles() local