Class SparseEntityPropertyTile
java.lang.Object
com.here.platform.location.inmemory.graph.SparseEntityPropertyTile
- All Implemented Interfaces:
EntityPropertyTile
-
Constructor Summary
ConstructorsConstructorDescriptionSparseEntityPropertyTile
(TileId tileId, int count, int[] indices, int[] valueIndices, byte[][] fieldData, int defaultValueIndex, int maxOverflow, byte hashFunctionIndex) -
Method Summary
-
Constructor Details
-
SparseEntityPropertyTile
public SparseEntityPropertyTile(TileId tileId, int count, int[] indices, int[] valueIndices, byte[][] fieldData, int defaultValueIndex, int maxOverflow, byte hashFunctionIndex)
-
-
Method Details
-
count
public int count() -
defaultValueIndex
public int defaultValueIndex() -
fieldData
public byte[][] fieldData() -
hashFunctionIndex
public byte hashFunctionIndex() -
indices
public int[] indices() -
maxOverflow
public int maxOverflow() -
tileId
-
valueIndices
public int[] valueIndices()
-