Package com.qfs.dic
Interface IFixedLengthArrayDictionary
-
- All Known Subinterfaces:
IFixedLengthIntegerArrayDictionary
- All Known Implementing Classes:
AFixedLengthIntegerArrayDictionary,BucketedIntegerArrayDictionary,ColumnarIntegerArrayDictionary,FixedLengthIntegerArrayDictionary,IntegerArrayDictionaryWithHash,TranslatedIntegerArrayDictionary
public interface IFixedLengthArrayDictionaryA dictionary storing arrays that have all the same length.- Author:
- ActiveViam
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPointLength()Returns the fixed point length.
-