Interface ColumnarMultiInts

    • Method Detail

      • get

        IndexedInts get​(int index)
        Returns the values at a given row index. The IndexedInts object may potentially be reused, so callers should not keep references to it.
        Specified by:
        get in interface Indexed<IndexedInts>
      • getUnshared

        IndexedInts getUnshared​(int index)
        Returns the values at a given row index. The IndexedInts object will not be reused. This method may be less efficient than plain "get".