This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("android/util/Pair", DoNotGenerateAcw=true)]
[Java.Interop.JavaTypeParameters(new System.String[] { "F", "S" })]
public class Pair : Java.Lang.Object
[<Android.Runtime.Register("android/util/Pair", DoNotGenerateAcw=true)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "F", "S" })>]
type Pair = class
    inherit Object
Inheritance

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object )

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object.

(Inherited from Object )

Causes the current thread to wait until either another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or a specified amount of time has elapsed.

(Inherited from Object )

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.

(Inherited from Object )