IdentityList
IdentityList inherits from List and defines no instance variables. It has no subclasses.
IdentityLists use identity comparisons (==) for certain operations such as #indexOf: and #remove:.
Methods defined in IdentityList:
Methods for accessing:
- indexOf: value ifAbsent: exceptionBlock
needs to be implemented as a primitive
Pocket Smalltalk Documentation