API  1.0.0
CPCountedSet.h
Go to the documentation of this file.
1 
2 @interface CPCountedSet : _CPConcreteMutableSet
3 {
4  Object _counts;
5 }
6 @end
An mutable collection which may contain a specific object numerous times.
Definition: CPCountedSet.h:2