Returns the root object.
()
| 48 | |
| 49 | /** Returns the root object. */ |
| 50 | public C getRoot() { |
| 51 | return root; |
| 52 | } |
| 53 | |
| 54 | /** Adds an action which will act on a copy of the root collection. */ |
| 55 | public void addLazyAction(Action<? super C> action) { |
no outgoing calls