クラスの使用
org.piax.util.ConcurrentReferenceHashMap.Option
| パッケージ | 説明 |
|---|---|
| org.piax.util |
-
org.piax.utilでのConcurrentReferenceHashMap.Optionの使用
ConcurrentReferenceHashMap.Optionを返すorg.piax.utilのメソッド 修飾子とタイプ メソッド 説明 static ConcurrentReferenceHashMap.OptionConcurrentReferenceHashMap.Option. valueOf(String name)指定した名前を持つこの型の列挙型定数を返します。static ConcurrentReferenceHashMap.Option[]ConcurrentReferenceHashMap.Option. values()この列挙型の定数を含む配列を宣言されている順序で 返します。ConcurrentReferenceHashMap.Option型の型引数を持つorg.piax.utilのコンストラクタ・パラメータ コンストラクタ 説明 ConcurrentReferenceHashMap(int initialCapacity, float loadFactor, int concurrencyLevel, ConcurrentReferenceHashMap.ReferenceType keyType, ConcurrentReferenceHashMap.ReferenceType valueType, EnumSet<ConcurrentReferenceHashMap.Option> options)Creates a new, empty map with the specified initial capacity, reference types, load factor and concurrency level.