Version 1.0, Copyright ©1994 by Doug McClure. All Rights Reserved.
MiscCompare |
Adopted By: | MiscSortedList | |
Declared In: | MiscProtocols.h |
Protocol Description |
The MiscCompare protocol is a set of calls for an object to respond to allow for comparision between two instances of an object. For most objects, one or two methods only need to be implemented, and the rest of the methods can be created by calling those methods. |
Method Types |
Comparing two objects | - compare: - compare:ignoreCase: - compare:length: - compare:length:ignoreCase: | |
Comparing an object to a literal | - compareLiteral: - compareLiteral:ignoreCase: - compareLiteral:length: - compareLiteral:length:ignoreCase: |
Instance Methods |