Module tech.bitey.bufferstuff
Package tech.bitey.bufferstuff
package tech.bitey.bufferstuff
-
ClassDescriptionThis class has an API similar to
ByteBuffer, but is addressable with long indices.Similar toBitSet, but backed by aByteBuffer.Provides the primitive array binary search implementations fromjava.util.Arrays, modified with minimal changes to support nio buffers.Sorting algorithms for nio buffers.A Spliterator.OfDouble designed for use by sources that traverse and split elements maintained in an unmodifiableDoubleBuffer.A Spliterator.OfInt designed for use by sources that traverse and split elements maintained in an unmodifiableIntBuffer.A Spliterator.OfLong designed for use by sources that traverse and split elements maintained in an unmodifiableLongBuffer.A Spliterator.OfDouble designed for use by sources that traverse and split elements maintained in an unmodifiableSmallDoubleBuffer.A Spliterator.OfInt designed for use by sources that traverse and split elements maintained in an unmodifiableSmallIntBuffer.A Spliterator.OfLong designed for use by sources that traverse and split elements maintained in an unmodifiableSmallLongBuffer.Utility methods for working with nio buffers.This class has an API similar toBuffer.This class has an API similar toByteBuffer.This class has an API similar toDoubleBuffer.This class has an API similar toFloatBuffer.This class has an API similar toIntBuffer.This class has an API similar toLongBuffer.This class has an API similar toShortBuffer.