classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] RFC: 2 swing.text.Utilities methods implemented


From: Anthony Balkissoon
Subject: Re: [cp-patches] RFC: 2 swing.text.Utilities methods implemented
Date: Tue, 27 Sep 2005 12:47:27 -0400

On Roman's advice, I changed the 2 methods to use binary searching
rather than sequential searching.  This is now committed.

2005-09-27  Anthony Balkissoon  <address@hidden>

        * javax/swing/text/Utilities.java:
        (getRowEnd): New method.
        (getRowStart): New method.

--Tony

On Mon, 2005-09-26 at 16:34 -0400, Anthony Balkissoon wrote:
> I implemented getRowStart and getRowEnd in javax.swing.text.Utilities.
> This is RFC because of the issue raised in the large comment in each of
> this methods (namely, performance).  Some comments would be appreciated.
> 
> 
> 2005-09-26  Anthony Balkissoon  <address@hidden>
> 
>       * javax/swing/text/Utilities.java:
>       (getRowEnd): New method.
>       (getRowStart): New method.
> 
> --Tony
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

Attachment: UtilitiesGetRowStartEndBinary.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]