Package com.qfs.dic

Interface IFixedLengthArrayDictionary

All Known Subinterfaces:
IFixedLengthIntegerArrayDictionary
All Known Implementing Classes:
AFixedLengthIntegerArrayDictionary, BucketedIntegerArrayDictionary, ColumnarIntegerArrayDictionary, FixedLengthIntegerArrayDictionary, IntegerArrayDictionaryWithHash, TranslatedIntegerArrayDictionary

public interface IFixedLengthArrayDictionary
A dictionary storing arrays that have all the same length.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the fixed point length.
  • Method Details

    • getPointLength

      int getPointLength()
      Returns the fixed point length.