Index - All Packages - All Categories - All Classes

Class HeaperAsPosition

A position in a HeaperSpace that represents the identity of some particular Heaper. See class comment in HeaperSpace.

Package: Udanax-Gold
All Superclasses: Object Heaper Position UnOrdered
Immediate Subclasses: StrongAsPosition
Protocols: Object
Categories: Xanadu-Spaces-Unordered

Class Methods

make: heaper

Return a HeaperAsPosition which represents the identity of this Heaper. The resulting HeaperAsPosition will strongly retain the original Heaper against garbage collection (though not of course against manual deletion). See wimpyAsPosition

Instance Methods

actualHashForEqual



Overrides: UnOrdered
Overridden by: StrongAsPosition

asRegion



Overrides: UnOrdered

coordinateSpace



Overrides: UnOrdered
Overridden by: StrongAsPosition

heaper

Return the underlying Heaper whose identity (as a position) I
represent.

It is considered good form not to use this message. There is some
controversy as to whether it will go away in the future. If you
know of any good reason why it should stick around please let us
know.

Overridden by: StrongAsPosition

isEqual: other



Overrides: UnOrdered
Overridden by: StrongAsPosition


Index - All Packages - All Categories - All Classes