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