Searched refs:hasNextShort (Results 1 – 3 of 3) sorted by relevance
3422 assertTrue(s.hasNextShort(16)); in test_hasNextIntI_cache()3720 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()3722 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()3724 assertFalse(s.hasNextShort(10)); in test_hasNextShortI()3733 assertTrue(s.hasNextShort(5)); in test_hasNextShortI()3735 assertFalse(s.hasNextShort(5)); in test_hasNextShortI()3744 assertFalse(s.hasNextShort(10)); in test_hasNextShortI()3757 assertFalse(s.hasNextShort(10)); in test_hasNextShortI()3765 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()3767 assertTrue(s.hasNextShort(10)); in test_hasNextShortI()[all …]
1923 public boolean hasNextShort() { in hasNextShort() method in Scanner1924 return hasNextShort(defaultRadix); in hasNextShort()1937 public boolean hasNextShort(int radix) { in hasNextShort() method in Scanner
13640 method public boolean hasNextShort();13641 method public boolean hasNextShort(int);