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对象?
因为你看到的那个只是个接口,具体的实现你是看不到的。