168169170171172173174175176177178
buf.add(((Bo)o).getId()); for (Bo bo : m) { // items() of n-n collection, added buf.add(Bo.CSVDELIMITER + bo.getId()); } buf.nl(); } } } } return buf.toString();
448449450451452453454455456457458
} } public String status() { Buffer buf = new Buffer(); buf.nl(); buf.ln("removed: " + removed.size()); buf.ln("items: " + items.size()); if (origin != null) { buf.ln("origin: " + origin.size()); }