API  1.0.0
CPCountedSet Class Reference

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

#import <CPCountedSet.h>

+ Inheritance diagram for CPCountedSet:

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

◆ addObject:()

- (void) addObject: (id)  anObject
implementation

Definition at line 34 of file CPCountedSet.j.

◆ countForObject:()

- (unsigned) countForObject: (id)  anObject
implementation

Definition at line 81 of file CPCountedSet.j.

◆ removeAllObjects()

- (void) removeAllObjects
implementation

Definition at line 71 of file CPCountedSet.j.

◆ removeObject:()

- (void) removeObject: (id)  anObject
implementation

Definition at line 49 of file CPCountedSet.j.


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