<?xml version="1.0" encoding="UTF-8" ?>
<rss version="0.91">
  <channel>
    <title>私的研究メモ</title>
    <description>覚え書き</description>
    <link>https://scrappyscrap.blog.shinobi.jp/</link>
    <language>ja</language>
    <copyright>Copyright (C) NINJATOOLS ALL RIGHTS RESERVED.</copyright>

    <item>
      <title>java</title>
      <description>&lt;a href=&quot;http://scrappyscrap.blog.shinobi.jp/Entry/20/&quot;&gt;数値の代入&lt;/a&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/java</link> 
    </item>
    <item>
      <title>数値の代入</title>
      <description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 'Hiragino Kaku Gothic ProN'; font-size: 16px; &quot;&gt;
&lt;div style=&quot;background-color: rgb(255, 255, 255); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial, Verdana, sans-serif; font-size: 12px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 'Hiragino Kaku Gothic ProN'; font-size: 16px; &quot;&gt;
&lt;div style=&quot;background-color: rgb(255, 255, 255); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Arial, Verdana, sans-serif; font-size: 12px; &quot;&gt;long型変数に実数値を代入する場合は&lt;br /&gt;
数値の後ろに&lt;font color=&quot;#0000FF&quot;&gt;&amp;nbsp;l&amp;nbsp;&lt;/font&gt;または &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 255);&quot;&gt;L&lt;/span&gt;&amp;nbsp;をつけて代入する。&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 255); &quot;&gt;Long l = 300000000l;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 0); &quot;&gt;float型変数に実数値を代入する場合は&lt;br /&gt;
数値の後ろに&lt;font color=&quot;#0000FF&quot;&gt;&amp;nbsp;f&amp;nbsp;&lt;/font&gt;または&amp;nbsp;&lt;font color=&quot;#0000FF&quot;&gt;F&lt;/font&gt;&amp;nbsp;をつけて代入する。&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(0, 0, 255); &quot;&gt;float f = 3.6f;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E6%95%B0%E5%80%A4%E3%81%AE%E4%BB%A3%E5%85%A5</link> 
    </item>
    <item>
      <title>CDの取り出し</title>
      <description>CDやDVDが取り出せないとき&lt;br /&gt;
&amp;rarr;&lt;font color=&quot;#FF0000&quot;&gt;マウスをクリックしたまま再起動する&lt;/font&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/mac/cd%E3%81%AE%E5%8F%96%E3%82%8A%E5%87%BA%E3%81%97</link> 
    </item>
    <item>
      <title>プリント</title>
      <description>&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Helvetica; line-height: normal; &quot;&gt;println()&lt;span style=&quot;font: normal normal normal 12px/normal 'Hiragino Kaku Gothic ProN'; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;メゾット&lt;/span&gt;&lt;/span&gt;
&lt;p style=&quot;font: normal normal normal 12px/normal 'Hiragino Kaku Gothic ProN'; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;文字列引数の最後に改行文字を自動追加する。&lt;/p&gt;
&lt;p style=&quot;font: normal normal normal 12px/normal 'Hiragino Kaku Gothic ProN'; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;print()メゾット&lt;/p&gt;
&lt;p style=&quot;font: normal normal normal 12px/normal 'Hiragino Kaku Gothic ProN'; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;改行文字を追加しない。&lt;/p&gt;
&lt;/span&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E3%83%97%E3%83%AA%E3%83%B3%E3%83%88</link> 
    </item>
    <item>
      <title>演算子</title>
      <description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;y = x++;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&amp;rarr;まず x が y に代入され、そのあと x++ が実行される&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
y = ++x;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&amp;rarr;まず x++ &amp;nbsp;が実行され、そのあと x が y に代入される&lt;/span&gt;&amp;nbsp;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E6%BC%94%E7%AE%97%E5%AD%90</link> 
    </item>
    <item>
      <title> 配列の作成</title>
      <description>①配列変数を宣言する&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;font color=&quot;#0000FF&quot;&gt;　　int[ ] scores;&lt;/font&gt;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
②特定のサイズの配列を作成し、それを配列変数に代入する&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
　&lt;font color=&quot;#0000FF&quot;&gt;　scores&amp;nbsp; = new int[3];&lt;/font&gt;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&amp;nbsp;&amp;nbsp;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
③各配列要素に値を代入する&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;font color=&quot;#0000FF&quot;&gt;　　scores[0] = 75;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
　　scores[1] = 80;&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
　　scores[2] = 100;&lt;/font&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%20%E9%85%8D%E5%88%97%E3%81%AE%E4%BD%9C%E6%88%90</link> 
    </item>
    <item>
      <title>リテラル</title>
      <description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■リテラル■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
ソースコード内で変数に代入される値。&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■booleanリテラル■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
true または false　が有効&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■charリテラル■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
単一引用符で囲まれた１つの文字で表現される。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
Unicode（\uで始まる４桁の16進数）で表現することもできる。&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■整数リテラル■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
10進数、8進数または16進数で表現される。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
8進数：先頭が 0&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
16進数：先頭が 0x または 0X&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
long型：リテラルの後に L または l&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■浮動小数点リテラル■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
floatおよびdoubleの両データ型で使用される。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
数式は次のいずれかの項目を含んでいる必要がある。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●小数点&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●指数表記を表す文字eまたはE&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●float型を意味するサフィックス f または F&lt;/p&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;●double型を意味するサフィックス d または D&lt;/span&gt;&amp;nbsp;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E3%83%AA%E3%83%86%E3%83%A9%E3%83%AB</link> 
    </item>
    <item>
      <title>エスケープシーケンス</title>
      <description>&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;●\n　改行&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●\r　復帰&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●\t　タブ&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●\b　バックスペース&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●\'　単一引用符&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●\&amp;quot;　二重引用符&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
●\\　\&lt;/span&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E3%82%A8%E3%82%B9%E3%82%B1%E3%83%BC%E3%83%97%E3%82%B7%E3%83%BC%E3%82%B1%E3%83%B3%E3%82%B9</link> 
    </item>
    <item>
      <title>変数へのアクセス</title>
      <description>&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;■ローカル変数■
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;メソッド内で宣言されるすべての変数。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
そのスコープはメソッドブロック内のみ。&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■インスタンス変数■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
クラスの内部かつメソッドの外部で宣言される変数。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
そのスコープは、変数が宣言されているクラスの&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
どこからでもアクセス可能。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
あるクラスを複数インスタンス化した場合、&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
オブジェクトごとに変数は保持される。&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;■static変数■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
static修飾子を使用して宣言される変数。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
そのスコープは変数が宣言されているクラス。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
すべてのオブジェクトが共有して使用する変数となる。&lt;/p&gt;
&lt;/span&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E5%A4%89%E6%95%B0%E3%81%B8%E3%81%AE%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9</link> 
    </item>
    <item>
      <title>クラスとクラスメンバへのアクセス</title>
      <description>&amp;nbsp;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(131, 133, 107); font-family: Verdana; line-height: 20px; &quot;&gt;■public■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
自クラスを含め、他のどのクラスからでもアクセスを許可している。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
■protected■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
自クラスおよび同じパッケージ内のすべてからと、&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
他のパッケージのものでも、そのクラスのサブクラスならアクセスを許可している。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
■デフォルト■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
該当のクラスが宣言されている同じパッケージに属するクラスからのアクセスを許可している。&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
■private■&lt;br style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; letter-spacing: normal; &quot; /&gt;
このメンバが宣言されているクラスのメンバにのみアクセスできる。&lt;/span&gt;</description> 
      <link>https://scrappyscrap.blog.shinobi.jp/java/%E3%82%AF%E3%83%A9%E3%82%B9%E3%81%A8%E3%82%AF%E3%83%A9%E3%82%B9%E3%83%A1%E3%83%B3%E3%83%90%E3%81%B8%E3%81%AE%E3%82%A2%E3%82%AF%E3%82%BB%E3%82%B9</link> 
    </item>

  </channel>
</rss>