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

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

View File

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