home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
STRING_RECYCLING_ITEM
STRING_RECYCLING_POOL
INTERNALS_HANDLER
All features
expanded class STRING_RECYCLING_ITEM
Summary
top
Used by
STRING_RECYCLING_POOL
to track
STRING
capacities and to allow the use of a sorted array with
"holes"
(since
STRING
's are
WEAK_REFERENCE
'ed)
Direct parents
insert list:
ANY
Overview
top
exported features
is_equal
(other: STRING_RECYCLING_ITEM):
BOOLEAN
Is
other
attached to an object considered equal to current object?
is_equal
(other: STRING_RECYCLING_ITEM):
BOOLEAN
effective function
top
Is
other
attached to an object considered equal to current object?
require
other /= Void
ensure
commutative:
generating_type = other.generating_type implies Result = other.is_equal(Current)