get a copy of the current targets @return a copy of the target list
()
| 1012 | * @return a copy of the target list |
| 1013 | */ |
| 1014 | public static List<Target> getTargets(){ |
| 1015 | synchronized (mTargets) { |
| 1016 | return new ArrayList<>(mTargets); |
| 1017 | } |
| 1018 | } |
| 1019 | |
| 1020 | /** |
| 1021 | * add a target to the list keeping it sorted. |
no outgoing calls
no test coverage detected