public class DoubleBuffer extends DataBuffer<Double>
public static DoubleBuffer allocate(int size)
size - the target buffer sizepublic void flip()
DataBufferflip 在类中 DataBuffer<Double>public void put(Double d)
DataBufferput 在类中 DataBuffer<Double>d - the element need to be put in the bufferpublic Double get()
DataBufferget 在类中 DataBuffer<Double>Copyright © 2022. All rights reserved.