添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
善良的芹菜  ·  如何从Google ...·  1 年前    · 
有腹肌的香烟  ·  Unity 之 打包参数 -- ...·  1 年前    · 
冷冷的酱肘子  ·  javascript - Cordova ...·  2 年前    · 

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 )