“什么意思?”;房屋署";在java类的源代码中,整数和长?

“什么意思?”;房屋署";在java类的源代码中,整数和长?,java,comments,bit-manipulation,Java,Comments,Bit Manipulation,在Integer.java和Long.java的源代码中,在大多数位旋转方法中,都有一个对“HD”的注释引用。每种方法都指向所述参考文献的特定部分 那是什么参考资料 下面是classInteger中方法highestOneBit(int)中的一个示例(源代码,第1035行): 从源代码顶部的注释中 40 * <p>Implementation note: The implementations of the "bit twiddling" 41 * metho

在Integer.java和Long.java的源代码中,在大多数位旋转方法中,都有一个对“HD”的注释引用。每种方法都指向所述参考文献的特定部分

那是什么参考资料


下面是class
Integer
中方法
highestOneBit(int)
中的一个示例(源代码,第1035行):


从源代码顶部的注释中

   40    * <p>Implementation note: The implementations of the "bit twiddling"
   41    * methods (such as {@link #highestOneBit(int) highestOneBit} and
   42    * {@link #numberOfTrailingZeros(int) numberOfTrailingZeros}) are
   43    * based on material from Henry S. Warren, Jr.'s <i>Hacker's
   44    * Delight</i>, (Addison Wesley, 2002).
   45    *
40*实现说明:“比特旋转”的实现
41*方法(如{@link#highestOneBit(int)highestOneBit}和
42*{@link#numberOfTrailingZeros(int)numberOfTrailingZeros})是
43*根据小亨利·S·沃伦(Henry S.Warren,Jr.)的黑客
44*喜悦,(艾迪生·韦斯利,2002年)。
45    *
亨利·S·沃伦著

   40    * <p>Implementation note: The implementations of the "bit twiddling"
   41    * methods (such as {@link #highestOneBit(int) highestOneBit} and
   42    * {@link #numberOfTrailingZeros(int) numberOfTrailingZeros}) are
   43    * based on material from Henry S. Warren, Jr.'s <i>Hacker's
   44    * Delight</i>, (Addison Wesley, 2002).
   45    *