CompressedIntsIndexedSupplier |
CompressedIntsIndexedSupplier.convertByteOrder(ByteOrder order) |
static CompressedIntsIndexedSupplier |
CompressedIntsIndexedSupplier.fromByteBuffer(ByteBuffer buffer,
ByteOrder order) |
static CompressedIntsIndexedSupplier |
CompressedIntsIndexedSupplier.fromIntBuffer(IntBuffer buffer,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedIntsIndexedSupplier |
CompressedIntsIndexedSupplier.fromIntBuffer(IntBuffer buffer,
int chunkFactor,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedIntsIndexedSupplier |
CompressedIntsIndexedSupplier.fromList(List<Integer> list,
int chunkFactor,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |