QuickHashIntSet::existsThis method checks whether a key is part of the set 説明
public bool QuickHashIntSet::exists(int
$key )This method checks whether an entry with the provided key exists in the set. パラメータ
戻り値
Returns 例
例1 QuickHashIntSet::exists example
上の例の出力は、 たとえば以下のようになります。 Creating set: 1263588703.0748 Adding elements: 1263588703.0757 Doing 1000 tests: 1263588703.7851 Done, 898 found: 1263588703.7897 |