API 0.9.5
CPCountedSet Class Reference

An mutable collection which may contain a specific object numerous times. More...

#import <CPCountedSet.h>

List of all members.

Instance Methods

(void) - addObject:
(unsigned) - countForObject:
(void) - removeAllObjects
(void) - removeObject:

Detailed Description

An mutable collection which may contain a specific object numerous times.

Definition at line 2 of file CPCountedSet.h.


Method Documentation

- (void) addObject: (id)  anObject

Definition at line 35 of file CPCountedSet.j.

- (unsigned) countForObject: (id)  anObject

Definition at line 82 of file CPCountedSet.j.

- (void) removeAllObjects

Definition at line 72 of file CPCountedSet.j.

- (void) removeObject: (id)  anObject

Definition at line 50 of file CPCountedSet.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines