Uses of Class
org.troy.capstone.data_structures.item_table.IdHashKey
Packages that use IdHashKey
-
Uses of IdHashKey in org.troy.capstone.data_structures.item_table
Subclasses with type arguments of type IdHashKey in org.troy.capstone.data_structures.item_tableModifier and TypeClassDescriptionclassCustomHashMapimplementation for storingIteminstances with their IDs as keys, using a custom universal hash function (IdHashKey) to optimize bucket distribution for the specific set of item IDs in our dataset.Methods in org.troy.capstone.data_structures.item_table that return types with arguments of type IdHashKeyModifier and TypeMethodDescriptionItemHashMap.getKeysAsList()Retrieves the keys of theItemHashMapas a list ofIdHashKeyobjects.