remove static method

void remove(
  1. String itemValue
)

Implementation

static void remove(String itemValue) {
  collection.remove(itemValue);
}