Java.use(better);

Java.use(better, index);








《関連記事》


┃H ↑ TOP

@ hasMoreElements


HashMap


hasNext


┃K ↑ TOP


KeyListener


keyTyped

  • keyTyped, java.awt.event.KeyListener


┃N ↑ TOP


NullObject


NullPointerException


┃O ↑ TOP

@overloading


Object

>>> dir(java.lang.Object)
['__class__', '__delattr__', '__doc__', '__eq__', '__getattribute__', '__hash__', '__init__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__str__', 'class', 'equals', 'getClass', 'hashCode', 'notify', 'notifyAll', 'toString', 'wait']


object

  • ¶ 《Scala 2.9.0》object

overloading

多重定義《岩波情報科学事典》


オーバーローディングともいう。異なる物や処理に同じ名前を用いることをいう。多重定義の例としては演算子 '+' がある。演算の対象が整数か実数かによって加算処理の内容が異なるにもかかわらず、通常のプログラミング言語では、それらの異なる加算処理に対して同じ名前 '+' を用いる。類似の概念に総称関数があるが、多重定義は関数以外の多義性を含んでおり、より広い概念である。(中略)(以下略)


override

  • ¶ 《Scala 2.9.0》override


┃Q ↑ TOP


queue

  • ¶ queue


┃U ↑ TOP


.userObject

 ↑ TOP


┃W


Window


windowIconified


┃あ ↑ TOP

値呼出し ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881005#call%20by%20value:title=call by value]


┃い ↑ TOP


インスタンス ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880918#virtual%20machine:title=virtual machine]


┃え ↑ TOP

演算子 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880918#operator:title=operator]


┃か ↑ TOP

@カプセル化〔encapsulation〕


仮想計算機 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880918#virtual%20machine:title=virtual machine]


関数型プログラミング ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881004#functional%20programming:title=functional programming]

@逆ポーランド記法〔reverse Polish notation〕
@基本データ型〔basic data type〕


┃け ↑ TOP

原始プログラム ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880923#source_program:title=source program]


┃こ ↑ TOP


構造化プログラミング ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880923#structured%20programming:title=structured programming]


┃さ ↑ TOP


再帰的データ構造 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881006#recursive%20data%20structure:title=recursive data structure]


┃し ↑ TOP


情報隠蔽 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880919#information%20hiding:title=information%20hiding]

@前順走査(preorder traversal)
先行順走査ともいう。木に対する走査法の一つ。木 T の走査を、1)根に操作を施す、2)部分木 T1, …, Tn があればそれぞれをこの順に前順走査する、という順に再帰的に行なう方法をいう。@


┃そ ↑ TOP

ソフトウェア ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880923#software:title=software]


存続範囲 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881010#extent:title=extent]


┃た ↑ TOP

代入文 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880927#assignment%20statement:title=assignment statement]

多重定義 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880918#overloading:title=overloading]

多様型 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880922#polymorphic%20type:title=polymorphic type]


┃ち ↑ TOP

抽象データ型 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880927#abstract%20data%20type:title=abstract data type]


┃て ↑ TOP

データ型 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881007#data%20type:title=data type]

データ抽象 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881007#data%20abstraction:title=data abstraction]


┃は ↑ TOP


パターンマッチング ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880922#pattern%20matching:title= pattern matching]

幅優先探索
ある節点までを探索したときに、その節点と同じ深さにある他の節点がまだ探索してなければ、必ずそれを探索する。


┃ふ ↑ TOP

深さ優先探索 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881007#depth-first%20search:title=depth-first search]


分割統治法 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881007#divide-and-conquer:title=divide-and-conquer]


┃へ ↑ TOP

変数呼出し ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881005#call%20by%20variable:title=call by variable]


┃ほ ↑ TOP

ポインター型 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880922?_ts=1367982605#pointer%20type:title=pointer type]


┃め ↑ TOP

メソッド ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19880921#method:title=method]


┃ゆ ↑ TOP

ユークリッドの互除法 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881010#Euclidean%20algorithm:title=Euclidean algorithm]


┃よ ↑ TOP

予約語 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881006#reserved%20word:title=reserved word]


┃れ ↑ TOP

例外処理 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881010#exception%20handling:title=exception handling]

列挙型 ⇒ [http://d.hatena.ne.jp/kotsubu-chan/19881010#enumerated%20type:title=enumerated type]

 ↑ TOP

》作業中です《
update*13/01/03 16:06:20

♪ 稲妻(いなずま)



出典 ☞ http://shimayu.co.jp/modules/myalbum/photo.php?lid=92