Package com.tomtom.ivi.platform.framework.api.ipc.iviservice.mirrormap

API of TomTom Digital Cockpit's IPC framework specific to mirroring Map modifications.

Types

Link copied to clipboard
interface MirrorableMap<K, V> : Map<K, V>

A Map that can be mirrored by clients.

Link copied to clipboard
interface MirrorableMapListener<K, V>

A MirrorableMap listener.

Link copied to clipboard
class MutableMirrorableMap<K, V>(backingMap: MutableMap<K, V>) : MirrorableMap<K, V> , MutableMap<K, V> , Map<K, V>

Implements a mutable MirrorableMap.