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