Java.Nio.IntBuffer.CompareTo Method
Compares the remaining ints of this buffer to another int buffer's remaining ints.

Syntax

[Android.Runtime.Register("compareTo", "(Ljava/nio/IntBuffer;)I", "GetCompareTo_Ljava_nio_IntBuffer_Handler")]
public virtual int CompareTo (IntBuffer otherBuffer)

Parameters

otherBuffer
another int buffer.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassCastExceptionif other is not an int buffer.

Remarks

Compares the remaining ints of this buffer to another int buffer's remaining ints.

[Android Documentation]

Requirements

Namespace: Java.Nio
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1