Returns the number of nodes in this collection. @return The number of nodes
()
| 2783 | * @return The number of nodes |
| 2784 | */ |
| 2785 | public int size() { |
| 2786 | return list.size(); |
| 2787 | } |
| 2788 | |
| 2789 | /** |
| 2790 | * Returns the node at the given index. |
no outgoing calls