CharObjectHashMap
open class CharObjectHashMap<VType> @JvmOverloads constructor(expectedElements: Int, loadFactor: Double = DEFAULT_LOAD_FACTOR.toDouble()) : Iterable<CharObjectHashMap.CharObjectCursor<VType>> , Accountable, Cloneable<CharObjectHashMap<VType>>
A hash map of char to Object, implemented using open addressing with linear probing for collision resolution. Supports null values.
Mostly forked and trimmed from com.carrotsearch.hppc.CharObjectHashMap
github: https://github.com/carrotsearch/hppc release 0.10.0
Constructors
Types
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return the memory usage of this object in bytes. Negative values are illegal.
Link copied to clipboard