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
-
Method Details
-
getPointLength
int getPointLength()Returns the fixed point length.
-