svoid addToQWithMaxSize(int maxSize, Q q, Runnable r) { if (q == null || q.size() >= maxSize) ret; q.add(r); }