bool satisfyXXwant(int k, int h) { if (!_data.containsKey(k)) return false; _attachments.remove(h); return true; }