Searched defs:otherBuffer (Results 1 – 7 of 7) sorted by relevance
146 public int compareTo(ShortBuffer otherBuffer) { in compareTo()197 ShortBuffer otherBuffer = (ShortBuffer) other; in equals() local
144 public int compareTo(IntBuffer otherBuffer) { in compareTo()195 IntBuffer otherBuffer = (IntBuffer) other; in equals() local
148 public int compareTo(FloatBuffer otherBuffer) { in compareTo()206 FloatBuffer otherBuffer = (FloatBuffer) other; in equals() local
146 public int compareTo(LongBuffer otherBuffer) { in compareTo()197 LongBuffer otherBuffer = (LongBuffer) other; in equals() local
147 public int compareTo(DoubleBuffer otherBuffer) { in compareTo()205 DoubleBuffer otherBuffer = (DoubleBuffer) other; in equals() local
212 public int compareTo(CharBuffer otherBuffer) { in compareTo()263 CharBuffer otherBuffer = (CharBuffer) other; in equals() local
294 public int compareTo(ByteBuffer otherBuffer) { in compareTo()345 ByteBuffer otherBuffer = (ByteBuffer) other; in equals() local