package API; public class Scanner { //Scanner(InputStream in) //String nextLine() //String next() //int nextInt() //double nextDouble() //boolean hasNext() //boolean hesNextInt() //boolean hasNextDouble() //Scanner(path p, String encoding) //Scanner(String data) }