[lang] Pair names still not right or consistent

2011-05-04 Thread Gary Gregory
Hi All: I think we still have naming problems with the Pair class reflected in this Javadoc fragment: * @param the first element type * @param the second element type Either we call them L left and R right, or we call them F first and S second, but mixing both is not good IMO. My preference

Re: [lang] Pair names still not right or consistent

2011-05-04 Thread Stephen Colebourne
On 4 May 2011 17:58, Gary Gregory wrote: > I think we still have naming problems with the Pair class reflected in this > Javadoc fragment: > >  * @param the first element type >  * @param the second element type > > Either we call them L left and R right, or we call them F first and S > second,

Re: [lang] Pair names still not right or consistent

2011-05-04 Thread James Ring
Hey, On Wed, May 4, 2011 at 9:58 AM, Gary Gregory wrote: > Hi All: > > I think we still have naming problems with the Pair class reflected in this > Javadoc fragment: > >  * @param the first element type >  * @param the second element type > > Either we call them L left and R right, or we call

Re: [lang] Pair names still not right or consistent

2011-05-04 Thread Gary Gregory
On Wed, May 4, 2011 at 1:04 PM, Stephen Colebourne wrote: > On 4 May 2011 17:58, Gary Gregory wrote: > > I think we still have naming problems with the Pair class reflected in > this > > Javadoc fragment: > > > > * @param the first element type > > * @param the second element type > > > > Eit

Re: [lang] Pair names still not right or consistent

2011-05-04 Thread Matt Benson
On Wed, May 4, 2011 at 12:45 PM, Gary Gregory wrote: > On Wed, May 4, 2011 at 1:04 PM, Stephen Colebourne > wrote: > >> On 4 May 2011 17:58, Gary Gregory wrote: >> > I think we still have naming problems with the Pair class reflected in >> this >> > Javadoc fragment: >> > >> >  * @param the fir

Re: [lang] Pair names still not right or consistent

2011-05-04 Thread Gary Gregory
On Wed, May 4, 2011 at 2:48 PM, Matt Benson wrote: > On Wed, May 4, 2011 at 12:45 PM, Gary Gregory > wrote: > > On Wed, May 4, 2011 at 1:04 PM, Stephen Colebourne >wrote: > > > >> On 4 May 2011 17:58, Gary Gregory wrote: > >> > I think we still have naming problems with the Pair class reflecte