Package com.qfs.dic

Interface IIntegerArrayDictionary

All Superinterfaces:
Cloneable, IClone<IIntegerArrayDictionary>, ICompressible, IDictionary<int[]>, IMemoryMonitored, IPointList, ITable, IUnnamedColumnarTable, Serializable
All Known Subinterfaces:
IFixedLengthIntegerArrayDictionary, IWritableIntegerArrayDictionary
All Known Implementing Classes:
AFixedLengthIntegerArrayDictionary, BucketedIntegerArrayDictionary, ColumnarIntegerArrayDictionary, FixedLengthIntegerArrayDictionary, IntegerArrayDictionary, IntegerArrayDictionaryWithHash, IntegerArrayPermutationDictionary, TranslatedIntegerArrayDictionary

public interface IIntegerArrayDictionary extends IDictionary<int[]>, IPointList, IClone<IIntegerArrayDictionary>
A dictionary specialized for storing int[] Objects.
Author:
ActiveViam
  • Method Details

    • copyInto

      default void copyInto(int position, IWritableCell cell)
      Description copied from interface: IDictionary
      Copies the de-dictionarized value at a given position into the provided cell.
      Specified by:
      copyInto in interface IDictionary<int[]>
      Parameters:
      position - dictionarized value to read
      cell - cell filled with the corresponding value