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