Searched defs:firstResult (Results 1 – 1 of 1) sorted by relevance
171 int firstResult = first.nextInt(); in checkNextInt() local181 long firstResult = first.nextLong(); in checkNextLong() local191 double firstResult = first.nextDouble(); in checkNextDouble() local200 int[] firstResult = first.ints().limit(1_000).toArray(); in checkInts() local209 long[] firstResult = first.longs().limit(1_000).toArray(); in checkLongs() local218 double[] firstResult = first.doubles().limit(1_000).toArray(); in checkDoubles() local