FieldEntry

constructor(pair: Pair<ID, T>)

Type Parameters

ID

device identifier type

T

the type of the value


constructor(id: ID, value: T)

Creates a new FieldEntry with the given id and value.


constructor(entry: Map.Entry<ID, T>)

Creates a new FieldEntry with the given entry.