package org.warp.jcwdb; public interface Cleanable { /** * Clean the object * @return the approximated number of cleaned items */ public long clean(); }