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