Index - All Packages - All Categories - All Classes

Class Heaper2UInt32Cache

Caches a mapping from Heapers (using isEqual / hashForEqual) to UInt32s. Returns myEmptyValue if there is no cached mapping.

Package: Udanax-Gold
All Superclasses: Object Heaper
Protocols: Object
Categories: Xanadu-canopy

Class Methods

initTimeNonInherited


make: n


make: count with: empty



Instance Methods

actualHashForEqual


at: key cache: value

Cache a value for a key

create: count with: empty


fetch: key

Return the cached value for the key, or my empty value if there is none

get: key

Return the cached value for the key, or BLAST if there is none

isEqual: other




Index - All Packages - All Categories - All Classes