Next: , Previous: , Up: SequenceableCollection   [Index]


1.151.11 SequenceableCollection: testing

= aCollection

Answer whether the receiver’s items match those in aCollection

examineOn: aStream

Print all the instance variables and context of the receiver on aStream

hash

Answer an hash value for the receiver

isSequenceable

Answer whether the receiver can be accessed by a numeric index with #at:/#at:put:.