((TLongCompoundCollection) lines).addCollection(ls);
}
synchronized void add(TLongCollection c) {
if (lines == null)
lines = new TLongCompoundCollection();
else if (lines == ls) {
lines = new TLongCompoundCollection();
((TLongCompoundCollection) lines).addCollection(ls);
}
((TLongCompoundCollection) lines).addCollection(c);
}