AtomicLong 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AtomicLong() |
创建具有初始值 |
AtomicLong(Int64) |
使用给定的初始值创建新的 AtomicLong。 |
AtomicLong(IntPtr, JniHandleOwnership) |
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。 |
AtomicLong()
创建具有初始值 0
的新 AtomicLong。
[Android.Runtime.Register(".ctor", "()V", "")]
public AtomicLong ();
- 属性
注解
创建具有初始值 0
的新 AtomicLong。
适用于 . 的 java.util.concurrent.atomic.AtomicLong.AtomicLong()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
AtomicLong(Int64)
使用给定的初始值创建新的 AtomicLong。
[Android.Runtime.Register(".ctor", "(J)V", "")]
public AtomicLong (long initialValue);
[<Android.Runtime.Register(".ctor", "(J)V", "")>]
new Java.Util.Concurrent.Atomic.AtomicLong : int64 -> Java.Util.Concurrent.Atomic.AtomicLong
参数
- initialValue
- Int64
初始值
- 属性
注解
使用给定的初始值创建新的 AtomicLong。
适用于 . 的 java.util.concurrent.atomic.AtomicLong.AtomicLong(long)
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
AtomicLong(IntPtr, JniHandleOwnership)
创建 JNI 对象的托管表示形式时使用的构造函数;由运行时调用。
protected AtomicLong (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Concurrent.Atomic.AtomicLong : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Concurrent.Atomic.AtomicLong
参数
- transfer
- JniHandleOwnership
指示 JniHandleOwnership如何处理 javaReference
注解
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。