Hi,

2012/7/2 Gilles Sadowski <gil...@harfang.homelinux.org>:
> Hi.
>
> Please have a look at
>   https://issues.apache.org/jira/browse/MATH-810
>
> [This will enable more natural usage in contexts where there is no notion of
> "key" and "value".]
>
> Any objection?
>
>
> Best,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

I'm +1 for this change. I would even write the patch the other way round

public K getKey() {
  return getFirst();
}

to emphasize that a Key, Value pair is just a particular case of a
general pair. This is a bit nit-picking, though...

Sébastien


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to