ListChangeNotification<E>.updated  constructor 
- E element,
 - int pos
 
Returns notification with OperationKind.updated operation.
Implementation
ListChangeNotification.updated(this.element, this.pos)
  : op = OperationKind.updated;