[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837706#action_12837706 ] Henri Yandell commented on LANG-588: I think consensus isn't lost. I'm +1 to L/R. I

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838167#action_12838167 ] Henri Yandell commented on LANG-588: I also made the class final. Create a basic PairL,

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-24 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12838169#action_12838169 ] Henri Yandell commented on LANG-588: Noting that I applied the files in r916098. Needing

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-20 Thread gabriele renzi (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836144#action_12836144 ] gabriele renzi commented on LANG-588: - FWIW, the Pair class we use on my $WORK is more or

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-20 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836146#action_12836146 ] Stephen Colebourne commented on LANG-588: - I should note that EnumSet and JSR-310 use

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-20 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836235#action_12836235 ] Matt Benson commented on LANG-588: -- Okay, I know I said I was happy to bikeshed, but as it

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-12 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833044#action_12833044 ] Paul Benedict commented on LANG-588: Should we provide a PairX, Y interface as well as an

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-12 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833164#action_12833164 ] Matt Benson commented on LANG-588: -- That would kind of kill the pair members are final so

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833242#action_12833242 ] Gary Gregory commented on LANG-588: --- In the Smalltalk world, this was called an Association

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832056#action_12832056 ] Matt Benson commented on LANG-588: -- I'm not _that_ attached to L/R-left/right. That said, I

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832079#action_12832079 ] Henri Yandell commented on LANG-588: Left/Right does imply tree/graph like structures

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832084#action_12832084 ] Matt Benson commented on LANG-588: -- Hmm... I could _live_ with those, but I'm not crazy

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832093#action_12832093 ] Paul Benedict commented on LANG-588: I vote for T1 and T2. Create a basic PairL, R

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832107#action_12832107 ] Matt Benson commented on LANG-588: -- So do T1/T2 type variable names correspond to the

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832176#action_12832176 ] Paul Benedict commented on LANG-588: They are type parameters. They correspond to type

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-10 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832181#action_12832181 ] Matt Benson commented on LANG-588: -- I understand that, but apparently what I am not

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-09 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831450#action_12831450 ] Paul Benedict commented on LANG-588: I would advise against the L and R mnemonic. It

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-08 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831129#action_12831129 ] Matt Benson commented on LANG-588: -- @Stephen: do you have a reason to say List

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-08 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831145#action_12831145 ] Matt Benson commented on LANG-588: -- Actually I'm now having second thoughts about how much

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830713#action_12830713 ] Sebb commented on LANG-588: --- Why do you need readObject()? Surely the hashCode could just be

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-07 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830723#action_12830723 ] Matt Benson commented on LANG-588: -- My concern regarding the hashCode, Seb, is that a

[jira] Commented: (LANG-588) Create a basic PairL, R class

2010-02-06 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12830653#action_12830653 ] Henri Yandell commented on LANG-588: It was for IP sake - I wrote it as an exercise