Scanner.HasNext Method

R3_Language

ScannerHasNext Method
Overload List
  NameDescription
Public methodHasNext
Checks if there is more processable input. Ignores whitespace.
Public methodHasNext(String)
Checks to see if the next valid input matches the word If success, it is consumed and head is incremented.
Top
See Also