coins.alias.alias2
クラス AliasFactory2

java.lang.Object
  |
  +--coins.alias.alias2.AliasFactory2

class AliasFactory2
extends java.lang.Object

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
 

フィールドの詳細

hirRoot

public final HirRoot hirRoot
The HirRoot object shared by every module in the program.

コンストラクタの詳細

AliasFactory2

AliasFactory2(HirRoot pHirRoot)
Creates a new instance of the factory class.

パラメータ:
pHirRoot - HirRoot object shared by every module in the program.
メソッドの詳細

tagVector

TagVector2 tagVector(int pBitCount)
Creates a new instance of TagVector2 with the specified length.

パラメータ:
pBitCount - length of the TagVector2.
戻り値:
new instance of TagVector2 with the specified length.

aliasGroup

AliasGroup aliasGroup()
Creates a new instance of AliasGroup with the default initial capacity and default load factor, which is 0.75.

戻り値:
new instance of AliasGroup.
関連項目:
HashSet.HashSet()