Up Top

ソースコードのディレクトリ構成 : hotspot/src/share/ 以下 : libadt/


File Name Description
hotspot/src/share/vm/libadt/dict.cpp Dict クラス関連のクラスの定義 (Dict, DictI, 及びそれらの補助クラス(bucket))
hotspot/src/share/vm/libadt/dict.hpp 同上
hotspot/src/share/vm/libadt/port.cpp 移植性向上のためのコード(= コンパイラ間の差異を吸収するためのコード)
hotspot/src/share/vm/libadt/port.hpp 同上
hotspot/src/share/vm/libadt/set.cpp Set クラス関連のクラスの定義 (Set, SetI_, SetI)
hotspot/src/share/vm/libadt/set.hpp 同上
hotspot/src/share/vm/libadt/vectset.cpp VectorSet クラス関連のクラスの定義 (VectorSet, VectorSetI)
hotspot/src/share/vm/libadt/vectset.hpp 同上

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.