remove method

void remove(
  1. int hashCode
)

Implementation

void remove(int hashCode) {
  _controllers.remove(hashCode);
}