Java com.google.common.util.concurrent AtomicDoubleArray fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent AtomicDoubleArray fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent AtomicDoubleArray.

The text is from its open source code.

Constructor

AtomicDoubleArray(int length)
Creates a new AtomicDoubleArray of the given length, with all elements initially zero.
AtomicDoubleArray(double[] array)
Creates a new AtomicDoubleArray with the same length as, and all elements copied from, the given array.

Method

doubleget(int i)
Gets the current value at position i .
intlength()
Returns the length of the array.