Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev am: c4815d409c
Change-Id: I1d3decd181daeb72feb210b1103a87a871f4307a
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