エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
AtomicLong (Java Platform SE 6)
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
AtomicLong (Java Platform SE 6)
java.util.concurrent.atomic Class AtomicLong java.lang.Object java.lang.Number java.util.concurre... java.util.concurrent.atomic Class AtomicLong java.lang.Object java.lang.Number java.util.concurrent.atomic.AtomicLong All Implemented Interfaces: Serializable public class AtomicLongextends Numberimplements Serializable A long value that may be updated atomically. See the java.util.concurrent.atomic package specification for description of the properties of atomic variables. An AtomicLong is used

