Java.Nio.ShortBuffer.CompareTo Method
Compare the remaining shorts of this buffer to another short buffer's remaining shorts.

Syntax

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

Parameters

otherBuffer
another short buffer.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassCastExceptionif otherBuffer is not a short buffer.

Remarks

Compare the remaining shorts of this buffer to another short buffer's remaining shorts.

[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