(Object key)
| 773 | } |
| 774 | |
| 775 | @Nullable |
| 776 | @Deprecated // use removeEntry |
| 777 | @Override |
| 778 | public V remove(Object key) { |
| 779 | throw new UnsupportedOperationException(); |
| 780 | } |
| 781 | |
| 782 | /** |
| 783 | * An immutable {@code Dict} that tracks accessed keys. |
no outgoing calls