阅读背景:

for循环必须有一个迭代器方法——这是一个bug吗?

来源:互联网 

I have the following code:

我有以下代码:

public fun findSomeLikeThis(): ArrayList<T>? {
    val result = Db4o.objectContainer()!!.queryByExample<T>(this as T) as Collection<T>
    if (result == null) return null
    return ArrayList(result)
}
public f



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: