Class CPMutableIndexSet

CPObject
    extended byCPIndexSet
        extended byCPMutableIndexSet

@implementation CPMutableIndexSet : CPIndexSet

This class is an empty of subclass of CPIndexSet. CPIndexSet already implements mutable methods, and this class only exists for source compatability.


Methods inherited from class CPObject
initialize, alloc, class, instanceMethodForSelector, instancesRespondToSelector, isSubclassOfClass, load, new, setVersion, superclass, version, init, autorelease, awakeAfterUsingCoder, class, classForCoder, classForKeyedArchiver, className, copy, dealloc, description, doesNotRecognizeSelector, forwardInvocation, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableCopy, performSelector, performSelector, performSelector, release, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, retain, self, superclass

Methods inherited from class CPIndexSet
indexSet, indexSetWithIndex, indexSetWithIndexesInRange, init, initWithIndex, initWithIndexSet, initWithIndexesInRange, containsIndex, containsIndexes, containsIndexesInRange, count, description, firstIndex, getIndexes, indexGreaterThanIndex, indexGreaterThanOrEqualToIndex, indexLessThanIndex, indexLessThanOrEqualToIndex, intersectsIndexesInRange, isEqualToIndexSet, lastIndex


Created on Sat Sep 13 14:15:43 PDT 2008