|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.alias.alias2.AliasFactory2
Factory class.
フィールドの概要 | |
HirRoot |
hirRoot
The HirRoot object shared by every module
in the program. |
コンストラクタの概要 | |
(パッケージプライベート) |
AliasFactory2(HirRoot pHirRoot)
Creates a new instance of the factory class. |
メソッドの概要 | |
(パッケージプライベート) AliasGroup |
aliasGroup()
Creates a new instance of AliasGroup with
the default initial capacity and default load factor,
which is 0.75. |
(パッケージプライベート) TagVector2 |
tagVector(int pBitCount)
Creates a new instance of TagVector2
with the specified length. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public final HirRoot hirRoot
HirRoot
object shared by every module
in the program.
コンストラクタの詳細 |
AliasFactory2(HirRoot pHirRoot)
pHirRoot
- HirRoot
object shared
by every module in the program.メソッドの詳細 |
TagVector2 tagVector(int pBitCount)
TagVector2
with the specified length.
pBitCount
- length of the TagVector2
.
TagVector2
with the specified length.AliasGroup aliasGroup()
AliasGroup
with
the default initial capacity and default load factor,
which is 0.75.
AliasGroup
.HashSet.HashSet()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |