Home
last modified time | relevance | path

Searched defs:otherBuffer (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DShortBuffer.java146 public int compareTo(ShortBuffer otherBuffer) { in compareTo()
197 ShortBuffer otherBuffer = (ShortBuffer) other; in equals() local
DIntBuffer.java144 public int compareTo(IntBuffer otherBuffer) { in compareTo()
195 IntBuffer otherBuffer = (IntBuffer) other; in equals() local
DFloatBuffer.java148 public int compareTo(FloatBuffer otherBuffer) { in compareTo()
206 FloatBuffer otherBuffer = (FloatBuffer) other; in equals() local
DLongBuffer.java146 public int compareTo(LongBuffer otherBuffer) { in compareTo()
197 LongBuffer otherBuffer = (LongBuffer) other; in equals() local
DDoubleBuffer.java147 public int compareTo(DoubleBuffer otherBuffer) { in compareTo()
205 DoubleBuffer otherBuffer = (DoubleBuffer) other; in equals() local
DCharBuffer.java212 public int compareTo(CharBuffer otherBuffer) { in compareTo()
263 CharBuffer otherBuffer = (CharBuffer) other; in equals() local
DByteBuffer.java294 public int compareTo(ByteBuffer otherBuffer) { in compareTo()
345 ByteBuffer otherBuffer = (ByteBuffer) other; in equals() local