deSelect method

dynamic deSelect(
  1. T1 element
)

Implementation

deSelect(T1 element) {
  selectionMap.remove(getKey(element));
  update();
}