C# Class java.util.Scanner

Inheritance: java.lang.Object, Iterator
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
Scanner ( java arg0 )
Scanner ( java arg0, java arg1 )
close ( ) : void
delimiter ( ) : global::java.util.regex.Pattern
findInLine ( java arg0 ) : global::java.lang.String
findWithinHorizon ( java arg0, int arg1 ) : global::java.lang.String
hasNext ( ) : bool
hasNext ( java arg0 ) : bool
hasNextBigDecimal ( ) : bool
hasNextBigInteger ( ) : bool
hasNextBigInteger ( int arg0 ) : bool
hasNextBoolean ( ) : bool
hasNextByte ( ) : bool
hasNextByte ( int arg0 ) : bool
hasNextDouble ( ) : bool
hasNextFloat ( ) : bool
hasNextInt ( ) : bool
hasNextInt ( int arg0 ) : bool
hasNextLine ( ) : bool
hasNextLong ( ) : bool
hasNextLong ( int arg0 ) : bool
hasNextShort ( ) : bool
hasNextShort ( int arg0 ) : bool
ioException ( ) : global::java.io.IOException
locale ( ) : global::java.util.Locale
match ( ) : global::java.util.regex.MatchResult
next ( ) : global::java.lang.Object
next ( java arg0 ) : global::java.lang.String
nextBigDecimal ( ) : global::java.math.BigDecimal
nextBigInteger ( ) : global::java.math.BigInteger
nextBigInteger ( int arg0 ) : global::java.math.BigInteger
nextBoolean ( ) : bool
nextByte ( ) : byte
nextByte ( int arg0 ) : byte
nextDouble ( ) : double
nextFloat ( ) : float
nextInt ( ) : int
nextInt ( int arg0 ) : int
nextLine ( ) : global::java.lang.String
nextLong ( ) : long
nextLong ( int arg0 ) : long
nextShort ( ) : short
nextShort ( int arg0 ) : short
radix ( ) : int
remove ( ) : void
reset ( ) : global::java.util.Scanner
skip ( java arg0 ) : global::java.util.Scanner
toString ( ) : global::java.lang.String
useDelimiter ( java arg0 ) : global::java.util.Scanner
useLocale ( java arg0 ) : global::java.util.Scanner
useRadix ( int arg0 ) : global::java.util.Scanner

Private Methods

Méthode Description
Scanner ( )
Scanner ( global @__env )

Method Details

Scanner() public méthode

public Scanner ( java arg0 )
arg0 java

Scanner() public méthode

public Scanner ( java arg0, java arg1 )
arg0 java
arg1 java

close() public méthode

public close ( ) : void
Résultat void

delimiter() public méthode

public delimiter ( ) : global::java.util.regex.Pattern
Résultat global::java.util.regex.Pattern

findInLine() public méthode

public findInLine ( java arg0 ) : global::java.lang.String
arg0 java
Résultat global::java.lang.String

findWithinHorizon() public méthode

public findWithinHorizon ( java arg0, int arg1 ) : global::java.lang.String
arg0 java
arg1 int
Résultat global::java.lang.String

hasNext() public méthode

public hasNext ( ) : bool
Résultat bool

hasNext() public méthode

public hasNext ( java arg0 ) : bool
arg0 java
Résultat bool

hasNextBigDecimal() public méthode

public hasNextBigDecimal ( ) : bool
Résultat bool

hasNextBigInteger() public méthode

public hasNextBigInteger ( ) : bool
Résultat bool

hasNextBigInteger() public méthode

public hasNextBigInteger ( int arg0 ) : bool
arg0 int
Résultat bool

hasNextBoolean() public méthode

public hasNextBoolean ( ) : bool
Résultat bool

hasNextByte() public méthode

public hasNextByte ( ) : bool
Résultat bool

hasNextByte() public méthode

public hasNextByte ( int arg0 ) : bool
arg0 int
Résultat bool

hasNextDouble() public méthode

public hasNextDouble ( ) : bool
Résultat bool

hasNextFloat() public méthode

public hasNextFloat ( ) : bool
Résultat bool

hasNextInt() public méthode

public hasNextInt ( ) : bool
Résultat bool

hasNextInt() public méthode

public hasNextInt ( int arg0 ) : bool
arg0 int
Résultat bool

hasNextLine() public méthode

public hasNextLine ( ) : bool
Résultat bool

hasNextLong() public méthode

public hasNextLong ( ) : bool
Résultat bool

hasNextLong() public méthode

public hasNextLong ( int arg0 ) : bool
arg0 int
Résultat bool

hasNextShort() public méthode

public hasNextShort ( ) : bool
Résultat bool

hasNextShort() public méthode

public hasNextShort ( int arg0 ) : bool
arg0 int
Résultat bool

ioException() public méthode

public ioException ( ) : global::java.io.IOException
Résultat global::java.io.IOException

locale() public méthode

public locale ( ) : global::java.util.Locale
Résultat global::java.util.Locale

match() public méthode

public match ( ) : global::java.util.regex.MatchResult
Résultat global::java.util.regex.MatchResult

next() public méthode

public next ( ) : global::java.lang.Object
Résultat global::java.lang.Object

next() public méthode

public next ( java arg0 ) : global::java.lang.String
arg0 java
Résultat global::java.lang.String

nextBigDecimal() public méthode

public nextBigDecimal ( ) : global::java.math.BigDecimal
Résultat global::java.math.BigDecimal

nextBigInteger() public méthode

public nextBigInteger ( ) : global::java.math.BigInteger
Résultat global::java.math.BigInteger

nextBigInteger() public méthode

public nextBigInteger ( int arg0 ) : global::java.math.BigInteger
arg0 int
Résultat global::java.math.BigInteger

nextBoolean() public méthode

public nextBoolean ( ) : bool
Résultat bool

nextByte() public méthode

public nextByte ( ) : byte
Résultat byte

nextByte() public méthode

public nextByte ( int arg0 ) : byte
arg0 int
Résultat byte

nextDouble() public méthode

public nextDouble ( ) : double
Résultat double

nextFloat() public méthode

public nextFloat ( ) : float
Résultat float

nextInt() public méthode

public nextInt ( ) : int
Résultat int

nextInt() public méthode

public nextInt ( int arg0 ) : int
arg0 int
Résultat int

nextLine() public méthode

public nextLine ( ) : global::java.lang.String
Résultat global::java.lang.String

nextLong() public méthode

public nextLong ( ) : long
Résultat long

nextLong() public méthode

public nextLong ( int arg0 ) : long
arg0 int
Résultat long

nextShort() public méthode

public nextShort ( ) : short
Résultat short

nextShort() public méthode

public nextShort ( int arg0 ) : short
arg0 int
Résultat short

radix() public méthode

public radix ( ) : int
Résultat int

remove() public méthode

public remove ( ) : void
Résultat void

reset() public méthode

public reset ( ) : global::java.util.Scanner
Résultat global::java.util.Scanner

skip() public méthode

public skip ( java arg0 ) : global::java.util.Scanner
arg0 java
Résultat global::java.util.Scanner

toString() public final méthode

public final toString ( ) : global::java.lang.String
Résultat global::java.lang.String

useDelimiter() public méthode

public useDelimiter ( java arg0 ) : global::java.util.Scanner
arg0 java
Résultat global::java.util.Scanner

useLocale() public méthode

public useLocale ( java arg0 ) : global::java.util.Scanner
arg0 java
Résultat global::java.util.Scanner

useRadix() public méthode

public useRadix ( int arg0 ) : global::java.util.Scanner
arg0 int
Résultat global::java.util.Scanner