Searched refs:hasNextInt (Results 1 – 3 of 3) sorted by relevance
396 while (s.hasNextInt()) { in test_ConstructorLjava_nio_channels_ReadableByteChannel()462 s.hasNextInt(); in test_Constructor_LReadableByteChannel()3245 assertTrue(s.hasNextInt(10)); in test_hasNextIntI()3247 assertFalse(s.hasNextInt(10)); in test_hasNextIntI()3256 assertTrue(s.hasNextInt(5)); in test_hasNextIntI()3258 assertFalse(s.hasNextInt(5)); in test_hasNextIntI()3267 assertFalse(s.hasNextInt(10)); in test_hasNextIntI()3275 assertFalse(s.hasNextInt(10)); in test_hasNextIntI()3278 assertTrue(s.hasNextInt(10)); in test_hasNextIntI()3284 assertFalse(s.hasNextInt(10)); in test_hasNextIntI()[all …]
2029 public boolean hasNextInt() { in hasNextInt() method in Scanner2030 return hasNextInt(defaultRadix); in hasNextInt()2043 public boolean hasNextInt(int radix) { in hasNextInt() method in Scanner
13635 method public boolean hasNextInt();13636 method public boolean hasNextInt(int);