class Quartz::List::Node(T)
- Quartz::List::Node(T)
- Reference
- Object
Defined in:
quartz/list.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#==(other)
Returns
false
(other can only be aValue
here). - #data : T
- #data=(data : T)
- #hash(*args, **options)
- #hash(*args, **options, &)
- #inspect(io)
- #next : Quartz::List::Node(T)?
- #next=(next __arg0 : Quartz::List::Node(T)?)
- #prev : Quartz::List::Node(T)?
- #prev=(prev : Quartz::List::Node(T)?)
- #to_s(io)
Instance methods inherited from class Reference
==(other : Quartz::Any)
==
Instance methods inherited from class Object
===(other : Quartz::Any)
===
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).