Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev
This commit is contained in:
@@ -66,6 +66,10 @@ public class RegistrantList
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public synchronized void removeAll() {
|
||||||
|
registrants.clear();
|
||||||
|
}
|
||||||
|
|
||||||
@UnsupportedAppUsage
|
@UnsupportedAppUsage
|
||||||
public synchronized int
|
public synchronized int
|
||||||
size()
|
size()
|
||||||
|
|||||||
Reference in New Issue
Block a user