Companion

object Companion

Functions

Link copied to clipboard
fun checkHashedMapBin(self: AvailObject)

Make sure the HashedMapBinDescriptor hashed map bin is well-formed at this moment.

Link copied to clipboard
fun createLevelBitVector(myLevel: Int, bitVector: Long): AvailObject

Create a hashed map bin at the given level and with the given bit vector. The number of 1 bits in the bit vector determine how many sub-bins to allocate. Start each sub-bin as an empty linear bin, with the expectation that it will be populated during subsequent initialization of this bin.