home
wiki
classes/clusters list
class information
+
Point of view
INTERNALS_HANDLER
ANY
POINT
DECORATOR
INTERNALS_HANDLER
All features
expanded class POINT
Summary
top
Direct parents
insert list:
HASHABLE
Overview
top
creation features
exported features
is_equal
(other: POINT):
BOOLEAN
Is
other
attached to an object considered equal to current object?
out
:
STRING
Create a new string containing terse printable representation of current object.
hash_code
:
INTEGER_32
The hash-code value of
Current
.
is_equal
(other: POINT):
BOOLEAN
effective function
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
Result implies hash_code = other.hash_code
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)
out
:
STRING
effective function
top
Create a new string containing terse printable representation of current object.
hash_code
:
INTEGER_32
effective function
top
The hash-code value of
Current
.
ensure
good_hash_value:
Result >= 0