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:
@@ -66,6 +66,10 @@ public class RegistrantList
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void removeAll() {
|
||||
registrants.clear();
|
||||
}
|
||||
|
||||
@UnsupportedAppUsage
|
||||
public synchronized int
|
||||
size()
|
||||
|
||||
Reference in New Issue
Block a user