I`m sorry,

Now code in "text":

public static boolean between(final int value, final int x, final int y) {

   return value >= x && value <= y;

}


public static boolean between(final short value, final short x, final short
y) {

   return value >= x && value <= y;

}



Obrigado.

Atenciosamente

Lucas Carvalho

*Fone *- 34 9 9903 4621

On Fri, Dec 29, 2017 at 11:47 AM, Gilles <gil...@harfang.homelinux.org>
wrote:

> Hi.
>
> On Fri, 29 Dec 2017 09:51:59 -0200, Lucas Carvalho wrote:
>
>> Hello everybody,
>>
>> I want know if the feature "between" in NumberUtils lib has be discussed?
>> I
>> use this methods a lot and i would like to share this code in apache
>> commons.
>>
>> Below i share a example:
>>
>> [image: Inline image 1]
>>
>
> All I can see is the above.
> [Perhaps the image was stripped.]
>
> I assume it is code; so, please write it here as "text".
>
> Thanks,
> Gilles
>
>
>> Thanks.
>>
>> Lucas Carvalho
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to