An mutable collection which may contain a specific object numerous times. More...
Public Member Functions | |
(void) | - addObject: [implementation] |
(unsigned) | - countForObject: [implementation] |
(void) | - removeAllObjects [implementation] |
(void) | - removeObject: [implementation] |
An mutable collection which may contain a specific object numerous times.
Definition at line 31 of file CPCountedSet.j.
- (void) addObject: | (id) | anObject | [implementation] |
Definition at line 36 of file CPCountedSet.j.
- (unsigned) countForObject: | (id) | anObject | [implementation] |
Definition at line 83 of file CPCountedSet.j.
- (void) removeAllObjects | [implementation] |
Definition at line 73 of file CPCountedSet.j.
- (void) removeObject: | (id) | anObject | [implementation] |
Definition at line 51 of file CPCountedSet.j.