Class SparseEntityPropertyTile

java.lang.Object
com.here.platform.location.inmemory.graph.SparseEntityPropertyTile
All Implemented Interfaces:
EntityPropertyTile

public class SparseEntityPropertyTile extends Object implements EntityPropertyTile
  • 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

      public TileId tileId()
    • valueIndices

      public int[] valueIndices()