| パッケージ | 説明 |
|---|---|
| com.uwyn.jhighlight.fastutil.chars |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractChar2ObjectMap<V>
An abstract class providing basic methods for maps implementing a type-specific interface.
|
class |
Char2ObjectOpenHashMap<V>
A type-specific hash map with a fast, small-footprint implementation.
|
| コンストラクタと説明 |
|---|
Char2ObjectOpenHashMap(Char2ObjectMap<V> m)
Creates a new hash map with
Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific one. |
Char2ObjectOpenHashMap(Char2ObjectMap<V> m,
float f)
Creates a new hash map copying a given type-specific one.
|
Copyright © 2011–2016. All rights reserved.