ints of this buffer to another int buffer's remaining ints.
@param otherBuffer Another int buffer
@return a negative value if this is less than other; 0 ifthis equals to other; a positive value if this is greater than other
@exception ClassCastException If other is not a int buffer
| |
| |
| |
| |