If other objects have already been added to this Frequency, v must be comparable to those that have already been added.
@param v the value to add. @throws IllegalArgumentException ifv
is not Comparable,or is not comparable with previous entries
@deprecated use {@link #addValue(Comparable)} instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|