Package | Description |
---|---|
com.uwyn.jhighlight.fastutil.chars |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
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–2020. All rights reserved.