removeAll method

bool removeAll(
  1. JCollection<JObject?>? collection
)

from: public abstract boolean removeAll(java.util.Collection<?> collection)

Implementation

core$_.bool removeAll(
  JCollection<jni$_.JObject?>? collection,
) {
  final _$collection = collection?.reference ?? jni$_.jNullReference;
  return _removeAll(
          reference.pointer, _id_removeAll.pointer, _$collection.pointer)
      .boolean;
}