這里面booklist.item源代碼里面什么也沒有為什么能返回一個值?
?public Node item(int index);
? ? /**
? ? ?* The number of nodes in the list. The range of valid child node indices
? ? ?* is 0 to <code>length-1</code> inclusive.
? ? ?*/
點擊item查看的java源代碼里面并沒有看見有rerun node ?為什么說他返回了一個node對象?
2016-12-23
因為你看到的那個只是個接口,具體的實現你是看不到的。