API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CPMutableIndexSet Class Reference

#import <CPMutableIndexSet.h>

+ Inheritance diagram for CPMutableIndexSet:

Additional Inherited Members

- Instance Methods inherited from CPIndexSet
(void) - addIndex:
 
(void) - addIndexes:
 
(void) - addIndexesInRange:
 
(BOOL) - containsIndex:
 
(BOOL) - containsIndexes:
 
(BOOL) - containsIndexesInRange:
 
(id) - copy
 
(int) - count
 
(CPString- description
 
(void) - encodeWithCoder:
 
(void) - enumerateIndexesInRange:options:usingBlock:
 
(void) - enumerateIndexesUsingBlock:
 
(void) - enumerateIndexesWithOptions:usingBlock:
 
(CPInteger) - firstIndex
 
(CPInteger) - getIndexes:maxCount:inIndexRange:
 
(CPIndexSet- indexesInRange:options:passingTest:
 
(CPIndexSet- indexesPassingTest:
 
(CPIndexSet- indexesWithOptions:passingTest:
 
(CPInteger) - indexGreaterThanIndex:
 
(CPInteger) - indexGreaterThanOrEqualToIndex:
 
(unsigned) - indexInRange:options:passingTest:
 
(CPInteger) - indexLessThanIndex:
 
(CPInteger) - indexLessThanOrEqualToIndex:
 
(unsigned) - indexPassingTest:
 
(unsigned) - indexWithOptions:passingTest:
 
(id) - init
 
(id) - initWithCoder:
 
(id) - initWithIndex:
 
(id) - initWithIndexesInRange:
 
(id) - initWithIndexSet:
 
(BOOL) - intersectsIndexesInRange:
 
(BOOL) - isEqual:
 
(BOOL) - isEqualToIndexSet:
 
(CPInteger) - lastIndex
 
(id) - mutableCopy
 
(void) - removeAllIndexes
 
(void) - removeIndex:
 
(void) - removeIndexes:
 
(void) - removeIndexesInRange:
 
(void) - removeMatches:
 
(void) - shiftIndexesStartingAtIndex:by:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(void) - dealloc
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray- exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 
- Class Methods inherited from CPIndexSet
(id) + indexSet
 
(id) + indexSetWithIndex:
 
(id) + indexSetWithIndexesInRange:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(Class) + class
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet+ keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 
- Instance Variables inherited from CPObject
Class isa
 

Detailed Description

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

Definition at line 1081 of file CPIndexSet.j.


The documentation for this class was generated from the following files: