static int ai_removeTriplesInMemoryAndClear(Collection l) { int n = ai_removeTriplesInMemory(l); l.clear(); ret n; }