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
-
Field Summary
Fields inherited from interface com.qfs.dic.IDictionary
DEFAULT_INITIAL_CAPACITY, ID_GENERATOR -
Method Summary
Modifier and TypeMethodDescriptiondefault voidcopyInto(int position, IWritableCell cell) Copies the de-dictionarized value at a given position into the provided cell.Methods inherited from interface com.qfs.memory.ICompressible
compress, compressMethods inherited from interface com.qfs.dic.IDictionary
getDictionaryId, getDoublePosition, getFirstElements, getFloatPosition, getIntPosition, getLongPosition, getOrder, getPosition, getSize, getType, isNullable, read, readDouble, readFloat, readInt, readLong, size, supportConcurrentReadsMethods inherited from interface com.qfs.monitoring.memory.IMemoryMonitored
getMemoryStatisticMethods inherited from interface com.qfs.dic.IPointList
equals, equals, equals, equals, getColumn, isNull, read, readBoolean, readCoordinate, readCoordinates, readDouble, readFloat, readHashCode, readInt, readLength, readLong, readPoint, size, transferCoordinates, transferCoordinates
-
Method Details
-
copyInto
Description copied from interface:IDictionaryCopies the de-dictionarized value at a given position into the provided cell.- Specified by:
copyIntoin interfaceIDictionary<int[]>- Parameters:
position- dictionarized value to readcell- cell filled with the corresponding value
-