Class ULongBufferIndexer

All Implemented Interfaces:
AutoCloseable

public class ULongBufferIndexer extends ULongIndexer
An indexer for a LongBuffer, treated as unsigned.
  • Field Details

    • buffer

      protected LongBuffer buffer
      The backing buffer.
  • Constructor Details

    • ULongBufferIndexer

      public ULongBufferIndexer(LongBuffer buffer)
      Calls ULongBufferIndexer(buffer, Index.create(buffer.limit())).
    • ULongBufferIndexer

      public ULongBufferIndexer(LongBuffer buffer, long... sizes)
      Calls ULongBufferIndexer(buffer, Index.create(sizes)).
    • ULongBufferIndexer

      public ULongBufferIndexer(LongBuffer buffer, long[] sizes, long[] strides)
      Calls ULongBufferIndexer(buffer, Index.create(sizes, strides)).
    • ULongBufferIndexer

      public ULongBufferIndexer(LongBuffer buffer, Index index)
      Constructor to set the buffer and Indexer.index.
  • Method Details