Package com.powsybl.timeseries
Class BigDoubleBuffer
- java.lang.Object
-
- com.powsybl.timeseries.BigDoubleBuffer
-
public class BigDoubleBuffer extends Object
- Author:
- Jon Harper
-
-
Constructor Summary
Constructors Constructor Description BigDoubleBuffer(IntFunction<ByteBuffer> byteBufferAllocator, long size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
capacity()
double
get(long index)
void
put(long index, double value)
-
-
-
Constructor Detail
-
BigDoubleBuffer
public BigDoubleBuffer(IntFunction<ByteBuffer> byteBufferAllocator, long size)
-
-