Ends a list. @param frame The frame which was created by #startList.
(@Nullable Frame frame)
| 481 | * @param frame The frame which was created by {@link #startList}. |
| 482 | */ |
| 483 | @Pure |
| 484 | void endList(@Nullable Frame frame); |
| 485 | |
| 486 | /** |
no outgoing calls