Package io.deephaven.util.datastructures.hash
package io.deephaven.util.datastructures.hash
-
ClassDescriptionKey implementation for objects keyed by their own identity.IntrusiveChainedEntryPool<VALUE_TYPE>A pool for "free" entries to be use with IntrusiveChainedHash structures, implemented as a stack using the same adapter and intrusive fields.Base key implementation for objects that should be hashed and compared by the identity of their key.