Class TiledEdgePropertyMap.Identity<T>

java.lang.Object
com.here.platform.location.inmemory.graph.TiledEdgePropertyMap<T,T>
com.here.platform.location.inmemory.graph.TiledEdgePropertyMap.Identity<T>
All Implemented Interfaces:
com.here.platform.location.core.graph.PropertyMap<Edge,T>
Enclosing class:
TiledEdgePropertyMap<T,U>

public static class TiledEdgePropertyMap.Identity<T> extends TiledEdgePropertyMap<T,T>
A TiledEdgePropertyMap that does not apply any transformation to the values inside the EdgePropertyTiles before returning them.
  • Constructor Details