Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev am: c4815d409c am: 43f1f637e7

Change-Id: Idf7e921acb5275422cc05ff6609e0f91cb08c949
This commit is contained in:
Brad Ebinger
2020-04-30 20:16:30 +00:00
committed by Automerger Merge Worker

View File

@@ -66,6 +66,10 @@ public class RegistrantList
} }
} }
public synchronized void removeAll() {
registrants.clear();
}
@UnsupportedAppUsage @UnsupportedAppUsage
public synchronized int public synchronized int
size() size()