标签: java-me
有人可以告诉我在recordenumertaion中没有搜索的字词时,recordstore会返回什么内容?
recordenumertaion
recordstore
答案 0 :(得分:2)
我假设如果没有要返回的记录,方法 enumerateRecords 会返回一个空的 RecordEnumeration 。也就是说,第一次调用它时, hasNextElement 将返回false。我猜它可以返回null,或抛出异常,但是the documentation没有提到那些,所以它似乎是空的枚举。
不要害怕阅读文档!