jdk/src/share/classes/java/nio/X-Buffer.java.template
changeset 21334 c60dfce46a77
parent 18822 4b6be7c19547
child 23010 6dadb192ad81
equal deleted inserted replaced
21333:e940100a7176 21334:c60dfce46a77
  1127     /**
  1127     /**
  1128      * Tells whether or not this buffer is equal to another object.
  1128      * Tells whether or not this buffer is equal to another object.
  1129      *
  1129      *
  1130      * <p> Two $type$ buffers are equal if, and only if,
  1130      * <p> Two $type$ buffers are equal if, and only if,
  1131      *
  1131      *
  1132      * <p><ol>
  1132      * <ol>
  1133      *
  1133      *
  1134      *   <li><p> They have the same element type,  </p></li>
  1134      *   <li><p> They have the same element type,  </p></li>
  1135      *
  1135      *
  1136      *   <li><p> They have the same number of remaining elements, and
  1136      *   <li><p> They have the same number of remaining elements, and
  1137      *   </p></li>
  1137      *   </p></li>