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>
Adictionaryspecialized for storingint[]Objects.- Author:
- ActiveViam
-
-
Field Summary
-
Fields inherited from interface com.qfs.dic.IDictionary
DEFAULT_INITIAL_CAPACITY, ID_GENERATOR
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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, compress
-
Methods inherited from interface com.qfs.dic.IDictionary
getDictionaryId, getDoublePosition, getFirstElements, getFloatPosition, getIntPosition, getLongPosition, getOrder, getPosition, getSize, getType, isNullable, read, readDouble, readFloat, readInt, readLong, size, supportConcurrentReads
-
Methods inherited from interface com.qfs.monitoring.memory.IMemoryMonitored
getMemoryStatistic
-
Methods 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 Detail
-
copyInto
default void copyInto(int position, IWritableCell cell)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
-
-