home
wiki
classes/clusters list
class information
+
Point of view
INTERNALS_HANDLER
ANY
INTERNALS_HANDLER
All features
deferred class AVL_TREE [E_ ->
COMPARABLE
]
Summary
top
Definition of a mathematical set of comparable objects. All common operations on mathematical sets are available.
Direct parents
insert list:
AVL_CONSTANTS
Known children
insert list:
AVL_DICTIONARY
,
AVL_SET
Overview
top
exported features
debug_string
:
STRING
count
:
INTEGER_32
Adding and removing:
remove
(e: E_)
fast_remove
(e: E_)
Looking and searching:
has
(e: E_):
BOOLEAN
Is element
e
in the set?
fast_has
(e: E_):
BOOLEAN
Is element
e
in the set?
debug_string
:
STRING
effective function
top
count
:
INTEGER_32
writable attribute
top
remove
(e: E_)
effective procedure
top
fast_remove
(e: E_)
effective procedure
top
has
(e: E_):
BOOLEAN
effective function
top
Is element
e
in the set?
fast_has
(e: E_):
BOOLEAN
effective function
top
Is element
e
in the set?