Index - All Packages - All Categories - All Classes

Class PrimPtrTable

Map integers to strong or weak pointers

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

Class Methods

make: size


weak: size


weak: size with: executor



Instance Methods

actualHashForEqual


at: index introduce: ptr


at: index store: ptr


clearAll

Clear all entries from the table. I know this looks like a hack, but the
alternative is to throw away the table and build a new one: an expensive
prospect for comm.

count


create: size


create: size with: executor


destruct



Overrides: Heaper

fetch: index


get: index


grow


hashFind: value


remove: index


stepper


weakRemove: index with: follower

By way of a weird kluge, this passes the index that the item was stored at in this table
to the follow up executor

wipe: index




Index - All Packages - All Categories - All Classes