collect.so
来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 19 行
SO
19 行
m4_comment([$Id: collect.so,v 1.1 2006/06/05 17:32:22 bostic Exp $])m4_ref_title(Upgrading m4_db Applications, Release 4.5: Collections API,, upgrade.4.5/pagesize, upgrade.4.5/config)m4_p([dnlThe changes to the Collections API are compatible with prior releases,with one exception: the Iterator object returned by theStoredCollection.iterator() method can no longer be explicitly cast toStoredIterator because a different implementation class is now used foriterators. If you depend on the StoredIterator class, you must now callStoredCollection.storedIterator() instead. Note theStoredIterator.close(Iterator) static method is compatible with the newiterator implementation, so no changes are necessary if you are usingthat method to close iterators.])m4_page_footer
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?