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>
A
TiledEdgePropertyMap
that does not apply any transformation to the values inside
the EdgePropertyTile
s before returning them.-
Nested Class Summary
Nested classes/interfaces inherited from class com.here.platform.location.inmemory.graph.TiledEdgePropertyMap
TiledEdgePropertyMap.Identity<T>
-
Constructor Summary
ConstructorsConstructorDescriptionIdentity
(scala.Function1<TileId, scala.Option<EdgePropertyTile<T>>> tileById) -
Method Summary
Methods inherited from class com.here.platform.location.inmemory.graph.TiledEdgePropertyMap
apply, contains
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.here.platform.location.core.graph.PropertyMap
apply$mcD$sp, apply$mcZ$sp
-
Constructor Details
-
Identity
-