Alphabetical Index: T

A B C D E F G H I J L M N O P R S T U W

T

tableSize() - method in class jp.gr.java_conf.dangan.util.lha.HashDefault
ハッシュテーブルのサイズを得る。
このハッシュ関数は 0x0000 〜 0x7FFF のハッシュ値を生成するため、 このメソッドは常に 0x8000(32768) を返す。
tableSize() - method in class jp.gr.java_conf.dangan.util.lha.HashMethod
この HashMethod を使った場合の HashTable のサイズを得る。
tableSize() - method in class jp.gr.java_conf.dangan.util.lha.HashShort
ハッシュテーブルのサイズを得る。
このハッシュ関数は 0x000 〜 0xFFF までのハッシュ値を生成するため このメソッドは常に 0x1000(4096) を返す。
TIME_DIFFERENCE - static field in class jp.gr.java_conf.dangan.util.WindowsDate
FILETIME形式のデータと、java.util.Date.getTime() で 得られる時間形式との時間差を 100ナノセカンド単位で示した数値。 なお、閏秒等は考慮に入れていない。
toDictionarySize(String) - static method in class jp.gr.java_conf.dangan.util.lha.CompressMethod
圧縮法識別子から 辞書サイズを得る。
toMaxMatch(String) - static method in class jp.gr.java_conf.dangan.util.lha.CompressMethod
圧縮法識別子から 最大一致長を得る。
toThreshold(String) - static method in class jp.gr.java_conf.dangan.util.lha.CompressMethod
圧縮法識別子から 圧縮/非圧縮の閾値を得る。
TwoLevelHashSearch - class jp.gr.java_conf.dangan.util.lha.TwoLevelHashSearch
二段階ハッシュと単方向連結リストを使って高速化された LzssSearchMethod。
定兼氏の論文 を参考にした。
 -- revision history --
 $Log: TwoLevelHashSearch.java,v $
 Revision 1.1  2002/12/10 22:06:40  dangan
 [bug fix]
     searchAndPut() で最近の最長一致を取れなかったバグを修正。

 Revision 1.0  2002/12/03 00:00:00  dangan
 first edition
 add to version control

 
TwoLevelHashSearch(int,int,int,byte[]) - constructor for class jp.gr.java_conf.dangan.util.lha.TwoLevelHashSearch
二段階ハッシュを使用した LzssSearchMethod を構築する。
一段目のハッシュ関数には デフォルトのものが使用される。
TwoLevelHashSearch(int,int,int,byte[],String) - constructor for class jp.gr.java_conf.dangan.util.lha.TwoLevelHashSearch
二段階ハッシュを使用した LzssSearchMethod を構築する。
Type - class jp.gr.java_conf.dangan.lang.reflect.Type
Reflection の機能を扱いやすくするように 型情報を扱うユーティリティクラス。
 -- revision history --
 $Log: Type.java,v $
 Revision 1.0  2002/10/01 00:00:00  dangan
 first edition
 add to version control

 

When you found typographical errors or omissions, Please mail to cqw10305@nifty.com
The company name and product name which are used in this document, it is the trademark or registered trademark of each company generally.
Copyright © 2001-2002 Michel Ishizuka. All Rights Reserved.