namespace std.util import java.util.* val Collection<*>.size : Int get() = size() val Collection<*>.empty : Boolean get() = isEmpty()