core :: HashSetNode
core :: HashSetNode :: defaultinit
core $ HashSetNode :: N
core $ HashSetNode :: SELF
Type of this instance, automatically specialized in every classcore :: HashNode :: _next_in_bucklet
core :: HashNode :: _next_item
core :: HashNode :: _prev_in_bucklet
core :: HashNode :: _prev_item
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
core :: HashSetNode :: defaultinit
core :: HashNode :: defaultinit
core :: Object :: defaultinit
core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
core :: Object :: native_class_name
The class name of the object in CString format.core :: HashNode :: next_in_bucklet
core :: HashNode :: next_in_bucklet=
core :: HashNode :: next_item=
core :: Object :: output_class_name
Display class name on stdout (debug only).core :: HashNode :: prev_in_bucklet
core :: HashNode :: prev_in_bucklet=
core :: HashNode :: prev_item=
private class HashSetNode[E]
super HashNode[E]
redef type N: HashSetNode[E]
end
lib/core/collection/hash_collection.nit:480,1--483,3