/[classpath]/classpath/java/lang/Long.java
ViewVC logotype

Diff of /classpath/java/lang/Long.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19.2.2 by tromey, Sat Oct 9 23:12:26 2004 UTC revision 1.19.2.3 by tromey, Mon Nov 1 15:57:08 2004 UTC
# Line 566  public final class Long extends Number i Line 566  public final class Long extends Number i
566     * @param distance the number of bits by which to rotate     * @param distance the number of bits by which to rotate
567     * @since 1.5     * @since 1.5
568     */     */
569    public static int rotateRight(long x, int distance)    public static long rotateRight(long x, int distance)
570    {    {
571      // This trick works because the shift operators implicitly mask      // This trick works because the shift operators implicitly mask
572      // the shift count.      // the shift count.

Legend:
Removed from v.1.19.2.2  
changed lines
  Added in v.1.19.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26