JAVA 51 Rapper,Number,オートビート(~ch 09)


パッキン類

  • 8クラス
  • 、プリミティブをオブジェクトとしてダウンロード
    Ex9_14
  • Integer(Integer value)
  • Integer(String s)
  • こんなふうに!
    Integer iT = new Integer(100);
    Integer iT = new Integer("100");
    
    int i = new Integer(100);
    int i = new Integer("100");
  • の対象であることを忘れないでください!
  • 自動運転となり、基本刑を受ける可能性もある.
  • 番号付けクラス


  • すべてのRapperクラスの祖先

  • 抽象クラス

  • すべてのオブジェクト(Integer)を基本型(int)に変換する方法がある.
  • intValue() ...
  • Integer it = new Integer(100);
    int i = it.intValue();
    
    ->
    
    i = 100

    デフォルト番号


    基本→番号付け

  • Integer.valueOf(기본형) ...
  • 番号→ベーシック

  • .intValue() ...
  • 文字列番号/基本


    文字列→数値

  • Integer.valueOf("문자열")
  • new Integer("문자열")
  • 文字列→基本数値

  • Integer.parseInt("문자열")
  • Integer.parseInt("문자열", 진법)
  • Integer.valueOf("문자열") -> Integer / int
  • 数値→文字列

  • .toString()
  • 自動アセンブリと取り外し


    リンクテキスト

  • 自動モザイクじどうモザイクじどうモザイクじどうへんかん:ベース->エンベロープクラスオブジェクトへじどうへんかん

  • (自動)デタッチ:エンベロープクラスオブジェクト->自動基本フォーマットコピー

  • 基本型と参照型の演算を許可
  • int i = 5;
    Integer iObj = new Integer(7);
    
    int sum = i + iObj;
    
    //원래는 아래가 원칙, 컴파일러가 자동으로
    
    int sum = i + iObj.intValue();
  • 今は(형변환)だけでいい!
  • Ref

  • 生活コードJAVA 1
  • オブジェクト化の説明
  • w3schools JAVA
  • 羅東彬
  • ジャワけっしょうせき
  • ジャワ議政石羽バニラ
  • クラスとオブジェクト